Update ci

This commit is contained in:
Dheepak Krishnamurthy 2020-10-28 07:20:43 -06:00
parent d6189a0f47
commit 1075cd5d52

View file

@ -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