Skip to content

Commit 93ff2c8

Browse files
authored
Update apple.yml (#4386)
Fix upload rule to check for the correct branch name.
1 parent c9d5755 commit 93ff2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
# NB: The name here needs to match the upload-artifact name from build-frameworks-ios job
130130
name: executorch-frameworks-ios
131131
path: ${{ runner.temp }}/frameworks-ios/
132-
- name: Only push to S3 when running the workflow manually from main branch
133-
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
132+
- name: Only push to S3 when running the workflow manually from release/0.3 branch
133+
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/release/0.3' }}
134134
shell: bash
135135
run: |
136136
set -eux

0 commit comments

Comments
 (0)