diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40d9c05..daa4818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,6 +172,15 @@ jobs: - name: Build aur package run: cargo aur + appimage: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Build AppImage + uses: AppImageCrafters/build-appimage-action@v1 + with: + recipe: appimage-builder.yml + snap: name: Push to snap runs-on: ubuntu-latest