alpha.yml Use full path for zsync file

This commit is contained in:
Samuel
2024-08-10 22:00:51 -04:00
committed by GitHub
parent 14b7d97579
commit 27386c608e

View File

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