Update ci.yml

This commit is contained in:
Dheepak Krishnamurthy 2020-10-28 23:01:40 -06:00
parent 58b737f48b
commit 5b746e028a

View file

@ -90,7 +90,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: taskwarrior-tui
path: target/${{ matrix.target }}/release/taskwarrior-tui${{ matrix.binary_postfix }}
path: target/${{ matrix.target }}/release/taskwarrior-tui-${{ matrix.target }}.tar.gz
- name: Releasing assets
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1