Skip to content

Commit

Permalink
fix release.yml (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Jan 17, 2023
1 parent a67f223 commit 63f2aa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
asset_name: libffi_c_vcl.dylib
file: target/release/libffi_c_vcl.dylib
tag: ${{ github.ref }}
overwrite: true
- name: Upload wedpr-lab-core libraries to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down Expand Up @@ -115,7 +117,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
name: libffi_java_acv.so
asset_name: libffi_java_acv.so
file: target/release/libffi_java_acv.so
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 63f2aa8

Please sign in to comment.