Skip to content

Commit

Permalink
chore: add ARCHS=arm64 for a release package build (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 29, 2022
1 parent 6c3bae1 commit 08612aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-derivedDataPath $PKG_PATH_IOS \
-scheme WebDriverAgentRunner \
-destination generic/platform=iOS \
CODE_SIGNING_ALLOWED=NO
CODE_SIGNING_ALLOWED=NO ARCHS=arm64
- name: Creating a zip of WebDriverAgentRunner-Runner.app for iOS
run: |
pushd appium_wda_ios/Build/Products/Debug-iphoneos
Expand All @@ -57,7 +57,7 @@ jobs:
-derivedDataPath $PKG_PATH_TVOS \
-scheme WebDriverAgentRunner_tvOS \
-destination generic/platform=tvOS \
CODE_SIGNING_ALLOWED=NO
CODE_SIGNING_ALLOWED=NO ARCHS=arm64
- name: Creating a zip of WebDriverAgentRunner-Runner.app for tvOS
run: |
pushd appium_wda_tvos/Build/Products/Debug-appletvos
Expand Down

0 comments on commit 08612aa

Please sign in to comment.