Skip to content

Commit 63f2aa8

Browse files
authored
fix release.yml (#73)
1 parent a67f223 commit 63f2aa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
repo_token: ${{ secrets.GITHUB_TOKEN }}
7171
asset_name: libffi_c_vcl.dylib
7272
file: target/release/libffi_c_vcl.dylib
73+
tag: ${{ github.ref }}
74+
overwrite: true
7375
- name: Upload wedpr-lab-core libraries to release
7476
uses: svenstaro/upload-release-action@v1-release
7577
with:
@@ -115,7 +117,7 @@ jobs:
115117
uses: svenstaro/upload-release-action@v1-release
116118
with:
117119
repo_token: ${{ secrets.GITHUB_TOKEN }}
118-
name: libffi_java_acv.so
120+
asset_name: libffi_java_acv.so
119121
file: target/release/libffi_java_acv.so
120122
tag: ${{ github.ref }}
121123
overwrite: true

0 commit comments

Comments
 (0)