From 8bd5e2030d8c3c054f2ede1401088e406cbf99e1 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Sun, 24 Sep 2023 13:12:47 +0200 Subject: [PATCH] try with wildcards --- .github/workflows/build-test-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index a7ad9351f6..2f70c22365 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -275,7 +275,7 @@ jobs: allowUpdates: true draft: true token: ${{ secrets.GITHUB_TOKEN }} - artifacts: "qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.flatpak,qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.flatpak.sha256" + artifacts: "qTox-v1.*.x86_64.flatpak,qTox-v1.*.x86_64.flatpak.sha256" - name: Rename artifact for nightly upload if: github.event_name == 'push' && github.ref == 'refs/heads/zoxcore/push_notification' run: |