File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
5454 timeout : 90
5555 secrets-env : BUILD_CERTIFICATE_BASE64 EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD
56- upload-artifact : ios-apps
56+ upload-artifact : ios-demo-app
5757 script : |
5858 set -eux
5959
8686 uses : actions/download-artifact@v4
8787 with :
8888 # The name here needs to match the name of the upload-artifact parameter
89- name : ios-apps
89+ name : ios-demo-app
9090 path : ${{ runner.temp }}/artifacts/
9191
9292 - name : Verify the artifacts
@@ -291,7 +291,7 @@ jobs:
291291 python-version : ' 3.11'
292292 submodules : ' true'
293293 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
295295 secrets-env : BUILD_CERTIFICATE_BASE64 EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64 KEYCHAIN_PASSWORD
296296 timeout : 90
297297 script : |
You can’t perform that action at this time.
0 commit comments