Skip to content

Commit 85cdefc

Browse files
committed
change checksum for aws on pull request build
1 parent 43040a8 commit 85cdefc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
aws s3 cp dist/ s3://${{ secrets.WASABI_BUCKET_NAME }}/pr-${{ github.event.pull_request.number }}/${{ matrix.os }}/ --recursive \
107107
--acl public-read \
108108
--endpoint-url=https://s3.us-east-1.wasabisys.com \
109+
--checksum-algorithm SHA1 \
109110
--exclude "*" \
110111
--include "rocketchat-*.dmg" \
111112
--include "rocketchat-*.pkg"

0 commit comments

Comments
 (0)