Skip to content

Commit 081c849

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Print checksum for the uploaded frameworks. (#2901)
Summary: Pull Request resolved: #2901 . Reviewed By: manuelcandales Differential Revision: D55829756 fbshipit-source-id: 1f221d0776faa9278c79f178ed088d1aaf86761f
1 parent 3b85946 commit 081c849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,6 @@ jobs:
157157
158158
for FILENAME in "${RUNNER_TEMP}"/frameworks-ios/*.zip; do
159159
[ -e "${FILENAME}" ] || continue
160+
shasum -a 256 "${FILENAME}"
160161
${AWS_CMD} "${FILENAME}" s3://ossci-ios/executorch/ --acl public-read
161162
done

0 commit comments

Comments
 (0)