Skip to content

Commit

Permalink
fix release.yml (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Aug 29, 2022
1 parent b19965a commit caeea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
asset_name: libffi_java_sdk.dylib.tar.gz
path: target/release/libffi_java_sdk.dylib
file: target/release/libffi_java_sdk.dylib
tag: ${{ github.ref }}
overwrite: true

Expand Down

0 comments on commit caeea48

Please sign in to comment.