From befeab981d72c7d3e8734b389b01e5577f21f5b0 Mon Sep 17 00:00:00 2001 From: Charles Teague Date: Mon, 9 Oct 2023 09:16:01 -0400 Subject: [PATCH] Rename output file --- .github/workflows/macos-arm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos-arm.yml b/.github/workflows/macos-arm.yml index 2545f72..d0f34b8 100644 --- a/.github/workflows/macos-arm.yml +++ b/.github/workflows/macos-arm.yml @@ -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 @@ -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