From 5b7d0e919fb192a825eb7d5aa68e59069fb135ed Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 28 Oct 2020 23:01:40 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 717c636..b291c7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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