Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3k authored Dec 30, 2023
1 parent 6abff5b commit 21aac57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Upload to GitHub Releases
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: "./${{ env.TGZ_NAME }}"
asset_name: ${{ env.TGZ_NAME }}
asset_content_type: application/gzip
Expand Down

0 comments on commit 21aac57

Please sign in to comment.