mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update releases
This commit is contained in:
parent
5de01c5436
commit
d7133d8364
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
@ -171,6 +171,15 @@ jobs:
|
|||
with:
|
||||
name: taskwarrior-tui
|
||||
path: target/release/rpmbuild/RPMS/x86_64/taskwarrior-tui-*.x86_64.rpm
|
||||
- name: Releasing assets
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
target/release/rpmbuild/RPMS/x86_64/taskwarrior-tui-*.x86_64.rpm
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
aur:
|
||||
name: Publish aur package
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -251,5 +260,14 @@ jobs:
|
|||
name: taskwarrior-tui
|
||||
path: taskwarrior-tui_*.snap
|
||||
|
||||
- name: Releasing assets
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
taskwarrior-tui_*.snap
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish snap
|
||||
run: snapcraft upload ./taskwarrior-tui_*.snap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue