mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update ci.yml
This commit is contained in:
parent
6a8c32297d
commit
dfa9a9281f
2 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -166,11 +166,12 @@ jobs:
|
||||||
run: cargo install cargo-rpm
|
run: cargo install cargo-rpm
|
||||||
- name: Build rpm package
|
- name: Build rpm package
|
||||||
run: cargo rpm build
|
run: cargo rpm build
|
||||||
|
- run: ls target/release/rpmbuild/RPMs/
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: taskwarrior-tui
|
name: taskwarrior-tui
|
||||||
path: target/release/rpmbuild/RPMs/x86_64/taskwarrior-tui-*.rpm
|
path: target/release/rpmbuild/RPMs/
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
name: Publish aur package
|
name: Publish aur package
|
||||||
|
|
|
@ -16,6 +16,8 @@ parts:
|
||||||
apps:
|
apps:
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
command: bin/taskwarrior-tui
|
command: bin/taskwarrior-tui
|
||||||
|
plugs:
|
||||||
|
- home
|
||||||
|
|
||||||
layout:
|
layout:
|
||||||
/usr/bin/task:
|
/usr/bin/task:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue