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 @@ -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
You can’t perform that action at this time.
0 commit comments