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
5b746e028a
commit
2d2c77fc79
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -246,12 +246,12 @@ jobs:
|
||||||
- name: Build snap
|
- name: Build snap
|
||||||
run: sg lxd -c 'snapcraft --use-lxd'
|
run: sg lxd -c 'snapcraft --use-lxd'
|
||||||
|
|
||||||
- name: Publish snap
|
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
run: snapcraft upload ./taskwarrior-tui_*.snap
|
|
||||||
|
|
||||||
- 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: taskwarrior-tui_*.snap
|
path: taskwarrior-tui_*.snap
|
||||||
|
|
||||||
|
- name: Publish snap
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
run: snapcraft upload ./taskwarrior-tui_*.snap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue