From a5ebe8bf3802c29517a0a18e45a432a77510c17b Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 5 Feb 2023 17:06:00 +0800 Subject: [PATCH] Update main.yml Update main.yml Update main.yml Update main.yml Update main.yml --- .github/workflows/main.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2774324c..46abe9d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,9 +64,14 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v3 - - run: + - run: | cd plugins/macos/pocketpy - xcodebuild + mkdir -p output/macos/x86_64 + xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO + cp build/Release/libpocketpy.dylib output/macos/x86_64 + - uses: actions/upload-artifact@v3 + with: + path: plugins/macos/pocketpy/output build_android: runs-on: ubuntu-latest steps: