mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update ci
This commit is contained in:
parent
1075cd5d52
commit
1a05951e81
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -173,13 +173,14 @@ jobs:
|
|||
run: cargo aur
|
||||
|
||||
appimage:
|
||||
name: Publish AppImage package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build AppImage
|
||||
uses: AppImageCrafters/build-appimage-action@v1
|
||||
uses: AppImageCrafters/build-appimage-action@master
|
||||
with:
|
||||
recipe: appimage-builder.yml
|
||||
recipe: .github/appimage-builder.yml
|
||||
|
||||
snap:
|
||||
name: Push to snap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue