mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Update ci
This commit is contained in:
parent
bc52d8d38d
commit
78c34dc054
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue