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 17, 2024
1 parent beb251d commit 416d1c2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@ jobs:
cargo ndk -t arm64-v8a -o ./ build
- name: Release
run: |
gh release upload gh release upload ${{github.event.release.tag_name}} ./libprototype_rust_wrapper.so
# - 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: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}

0 comments on commit 416d1c2

Please sign in to comment.