File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 AGENT_DEVICE_XCUITEST_PLATFORM : ios
1818 AGENT_DEVICE_XCUITEST_DESTINATION : generic/platform=iOS Simulator
1919 AGENT_DEVICE_IOS_CLEAN_DERIVED : " 1"
20- AGENT_DEVICE_IOS_RUNNER_DERIVED_PATH : ${{ runner.temp }}/ios-runner-derived
21- RELEASE_ASSET_DIR : ${{ runner.temp }}/release-assets
2220 steps :
2321 - name : Checkout
2422 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -44,11 +42,16 @@ jobs:
4442 shell : bash
4543
4644 - name : Build iOS simulator runner
45+ env :
46+ AGENT_DEVICE_IOS_RUNNER_DERIVED_PATH : ${{ github.workspace }}/.tmp/ios-runner-derived
4747 run : sh ./scripts/build-xcuitest-apple.sh
4848 shell : bash
4949
5050 - name : Package iOS simulator runner
5151 id : package
52+ env :
53+ AGENT_DEVICE_IOS_RUNNER_DERIVED_PATH : ${{ github.workspace }}/.tmp/ios-runner-derived
54+ RELEASE_ASSET_DIR : ${{ github.workspace }}/.tmp/release-assets
5255 run : |
5356 set -euo pipefail
5457 mkdir -p "${RELEASE_ASSET_DIR}"
You can’t perform that action at this time.
0 commit comments