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 62123ce commit a78199b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ jobs:
# - name: Release
# run: |
# gh release upload gh release upload ${{github.event.release.tag_name}} ./libprototype_rust_wrapper.so

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}

repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./libprototype_rust_wrapper.so
asset_name: .libprototype_rust_wrapper.so
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"

0 comments on commit a78199b

Please sign in to comment.