mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
Update main.yml
This commit is contained in:
parent
170de07bfb
commit
90fce36a8c
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -90,3 +90,15 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: plugins/flutter/example/build/app/outputs/flutter-apk/output
|
path: plugins/flutter/example/build/app/outputs/flutter-apk/output
|
||||||
|
build_macos:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: |
|
||||||
|
cd plugins/macos/pocketpy
|
||||||
|
mkdir -p output/macos
|
||||||
|
xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||||
|
cp -r build/Release/pocketpy.bundle output/macos
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: plugins/macos/pocketpy/output
|
Loading…
x
Reference in New Issue
Block a user