Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterHK authored Jun 18, 2024
1 parent a78199b commit 7815933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./libprototype_rust_wrapper.so
asset_name: .libprototype_rust_wrapper.so
file: libprototype_rust_wrapper.so
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"

0 comments on commit 7815933

Please sign in to comment.