Skip to content

Commit 30f59d2

Browse files
authored
Update versions in apple.yml (#5467)
1 parent 759e0c8 commit 30f59d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
timeout: 90
122122
script: |
123123
BUILD_TOOL=cmake
124-
VERSION="latest"
124+
VERSION="0.4.0"
125125
FRAMEWORKS=(
126126
"executorch"
127127
"backend_coreml"
@@ -192,8 +192,8 @@ jobs:
192192
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
193193
name: executorch-frameworks-ios
194194
path: ${{ runner.temp }}/frameworks-ios/
195-
- name: Only push to S3 when running the workflow manually from main branch
196-
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
195+
- name: Only push to S3 when running the workflow manually from release/0.4 branch
196+
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release/0.4' }}
197197
shell: bash
198198
run: |
199199
set -eux

0 commit comments

Comments
 (0)