Skip to content

Commit

Permalink
Update releaes action to push Hive package
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Oct 11, 2024
1 parent ca0dd50 commit 9889964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.event.inputs.tag_version }} output/quai-gpu-miner --title "${{ github.event.inputs.tag_version }}"
gh release create ${{ github.event.inputs.tag_version }} output/quai-gpu-miner output/quai-gpu-miner.tar.gz --title "${{ github.event.inputs.tag_version }}"

0 comments on commit 9889964

Please sign in to comment.