File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
54
54
timeout : 90
55
55
secrets-env : BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD
56
- upload-artifact : ios-apps
56
+ upload-artifact : ios-demo-app
57
57
script : |
58
58
set -eux
59
59
86
86
uses : actions/download-artifact@v4
87
87
with :
88
88
# The name here needs to match the name of the upload-artifact parameter
89
- name : ios-apps
89
+ name : ios-demo-app
90
90
path : ${{ runner.temp }}/artifacts/
91
91
92
92
- name : Verify the artifacts
@@ -291,7 +291,7 @@ jobs:
291
291
python-version : ' 3.11'
292
292
submodules : ' true'
293
293
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
294
- upload-artifact : ios-apps
294
+ upload-artifact : ios-benchmark-app
295
295
secrets-env : BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD
296
296
timeout : 90
297
297
script : |
You can’t perform that action at this time.
0 commit comments