Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Oct 13, 2022
1 parent ff231d3 commit 89e9d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create --target ${{ github.ref }} ${{ github.event.inputs.release_tag }} --generate-notes
gh release upload ${{ github.event.inputs.release_tag }} target/x86_64-unknown-linux-gnu/release/horton
gh release upload ${{ github.event.inputs.release_tag }} target/x86_64-unknown-linux-gnu/release/trunk-toolbox

0 comments on commit 89e9d03

Please sign in to comment.