Skip to content

Commit

Permalink
Rename output file
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Oct 9, 2023
1 parent 731af53 commit 35c1348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
export MACOSX_DEPLOYMENT_TARGET=11.0
cargo clean && cargo build --release
mv target/release/libplugin.dylib target/release/libplugin-aarch64.dylib
- name: Release Plugin
uses: softprops/action-gh-release@master
Expand All @@ -85,4 +86,5 @@ jobs:
target/release/libplugin.dylib
target/release/plugin.dll
target/release/libplugin.so
target/release/libplugin-aarch64.dylib
target/aarch64-unknown-linux-gnu/release/libplugin-linux-aarch64.so

0 comments on commit 35c1348

Please sign in to comment.