Skip to content

Commit

Permalink
fix: fix GitHub release upload command
Browse files Browse the repository at this point in the history
Copy-paste is evil.
  • Loading branch information
vst committed Apr 12, 2024
1 parent 6ce2a99 commit 773e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
gh release upload "${{ steps.release.outputs.tag_name }}" /tmp/lhp-static-linux-x86_64
gh release upload "${{ steps.release.outputs.tag_name }}" /tmp/opsops-static-linux-x86_64

0 comments on commit 773e811

Please sign in to comment.