Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HansenChristoffer authored Mar 23, 2024
1 parent d11e5c8 commit 99a3d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .bin/ # Adjust this to the path of your built binary
asset_path: ./bin/goaddons # Adjust this to the path of your built binary
asset_name: goaddons # Adjust this to the name of your binary
asset_content_type: application/octet-stream

0 comments on commit 99a3d34

Please sign in to comment.