mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-28 19:17:18 +02:00
Update ci for appimage
This commit is contained in:
parent
46d49f9658
commit
ed992f0993
2 changed files with 6 additions and 3 deletions
5
.github/appimage-builder.yml
vendored
5
.github/appimage-builder.yml
vendored
|
@ -1,9 +1,8 @@
|
||||||
version: 1
|
version: 1
|
||||||
script:
|
script:
|
||||||
- rm -rf AppDir || true
|
- rm -rf AppDir || true
|
||||||
- mkdir -p AppDir/
|
- mkdir -p AppDir/bin
|
||||||
- curl -o taskwarrior-tui.deb "https://github.com/kdheepak/taskwarrior-tui/releases/latest/taskwarrior-tui.deb"
|
- cp target/release/taskwarrior-tui AppDir/bin/taskwarrior-tui
|
||||||
- dpkg-deb -x taskwarrior-tui.deb AppDir
|
|
||||||
|
|
||||||
AppDir:
|
AppDir:
|
||||||
path: ./AppDir
|
path: ./AppDir
|
||||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -177,6 +177,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: --release
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
uses: AppImageCrafters/build-appimage-action@master
|
uses: AppImageCrafters/build-appimage-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue