mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Update ci.yml
This commit is contained in:
parent
3e0999c110
commit
c7c88cda32
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
|
||||
- name: Build rpm package
|
||||
run: cargo rpm build
|
||||
- run: ls target/release/rpmbuild/RPMs/
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: taskwarrior-tui
|
||||
path: target/release/rpmbuild/RPMs/x86_64/taskwarrior-tui-*.rpm
|
||||
path: target/release/rpmbuild/RPMs/
|
||||
|
||||
arch:
|
||||
name: Publish aur package
|
||||
|
|
|
@ -16,6 +16,8 @@ parts:
|
|||
apps:
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
plugs:
|
||||
- home
|
||||
|
||||
layout:
|
||||
/usr/bin/task:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue