Skip to content

Commit eccc633

Browse files
authored
Add back AWS upload step. (#6871)
Summary: . Differential Revision: D65974492
1 parent d7826c8 commit eccc633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,11 @@ jobs:
236236
fi
237237
238238
for FILENAME in "${RUNNER_TEMP}"/frameworks-ios/*.zip; do
239+
[ -e "${FILENAME}" ] || continue
239240
FRAMEWORK_NAME=$(basename "${FILENAME}" | sed "s/-${VERSION}.zip//")
240241
CHECKSUM=$(shasum -a 256 "${FILENAME}" | cut -d ' ' -f1)
241242
echo "${FRAMEWORK_NAME} ${CHECKSUM}" >> "${RUNNER_TEMP}/checksums.txt"
243+
${AWS_CMD} "${FILENAME}" s3://ossci-ios/executorch/ --acl public-read
242244
done
243245
- name: Update SwiftPM
244246
shell: bash

0 commit comments

Comments
 (0)