feat: add AppImage upload step to build workflow

This commit is contained in:
litruv
2026-02-22 00:27:25 +11:00
parent 324b9ed562
commit 62392d3197

View File

@@ -160,6 +160,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload AppImage
uses: actions/upload-artifact@v3
with:
name: Paarrot-Linux-x64.AppImage
path: dist-electron/Paarrot-*.AppImage
- name: Upload DEB package
uses: actions/upload-artifact@v3
with: