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' }}