From 3426cc1263d80faeceed4651d0fc18f00b0c89ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= Date: Wed, 3 Jan 2024 02:41:58 +0100 Subject: [PATCH] ci: fix artifact up / download --- .github/workflows/push_on_master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_on_master.yaml b/.github/workflows/push_on_master.yaml index f59f5f9..a0e4dd3 100644 --- a/.github/workflows/push_on_master.yaml +++ b/.github/workflows/push_on_master.yaml @@ -191,8 +191,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: | - artifacts/*.deb - artifacts/*.apk + artifacts/debs/*.deb + artifacts/app-release-apk/*.apk # if it's not already published, keep the release as a draft. draft: true # mark it as a prerelease if the tag contains 'rc'.