Skip to content

Commit

Permalink
modify ghr install command (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridecell-github-action authored May 18, 2023
1 parent 985af60 commit dad8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
run: |
mv bin/ridectl.macos bin/ridectl && zip -jrm bin/ridectl_macos.zip bin/ridectl
mv bin/ridectl.linux bin/ridectl && zip -jrm bin/ridectl_linux.zip bin/ridectl
go get github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@latest
ghr -c ${{ github.sha }} ${{ github.ref_name }} bin/

0 comments on commit dad8268

Please sign in to comment.