Skip to content

Commit 809d308

Browse files
committed
fix: Upload Binary to GitHub Release
1 parent 197e5f9 commit 809d308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
run: |
6767
VERSION="${{ steps.get_version.outputs.version }}"
68-
gh release upload v$VERSION packages/cli/build/git-intent-$VERSION-darwin-amd64.tar.gz
68+
gh release upload git-intent@$VERSION packages/cli/build/git-intent-$VERSION-darwin-amd64.tar.gz
6969
7070
- name: Trigger Homebrew Update
7171
uses: peter-evans/repository-dispatch@v3

0 commit comments

Comments
 (0)