From 27386c608e04ff275f1a136e97b3696160c3fdff Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:00:51 -0400 Subject: [PATCH] `alpha.yml` Use full path for zsync file --- .github/workflows/alpha.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index bbbca7d98..e608d8642 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -298,7 +298,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage - path: ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage* + path: | + ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage + ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage.zsync release: if: ${{ github.event.inputs.create_release == 'true' }}