From 62392d3197eb5e9b9b7eb3145e360ec54eab9487 Mon Sep 17 00:00:00 2001 From: litruv Date: Sun, 22 Feb 2026 00:27:25 +1100 Subject: [PATCH] feat: add AppImage upload step to build workflow --- .gitea/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8891f02..1dfa8b7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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: