Compare commits

...

2 Commits

Author SHA1 Message Date
litruv
d636fc0708 Merge branch 'main' of http://synbox.ruv.wtf:8418/litruv/cinny-desktop
All checks were successful
Build / increment-version (push) Successful in 7s
Build / build-windows (push) Successful in 3m20s
Build / build-linux (push) Successful in 5m27s
Build / create-release (push) Successful in 23s
2026-02-22 00:27:26 +11:00
litruv
62392d3197 feat: add AppImage upload step to build workflow 2026-02-22 00:27:25 +11:00

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: