chore: Update artifact names and paths in build workflows

This commit is contained in:
Mauro Balades
2024-08-03 15:29:52 +02:00
parent bd5c242c8c
commit 3454ca6336

View File

@@ -276,12 +276,13 @@ jobs:
ARCH=x86_64 ./appimagetool-x86_64.AppImage --comp gzip "$APPDIR" zen.AppImage
mkdir dist
mv zen.AppImage* dist/.
mv ./dist/zen.AppImage ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage
path: ./dist/zen.AppImage
path: ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage
release:
if: ${{ github.event.inputs.create_release == 'true' }}