We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43040a8 commit 85cdefcCopy full SHA for 85cdefc
.github/workflows/pull-request-build.yml
@@ -106,6 +106,7 @@ jobs:
106
aws s3 cp dist/ s3://${{ secrets.WASABI_BUCKET_NAME }}/pr-${{ github.event.pull_request.number }}/${{ matrix.os }}/ --recursive \
107
--acl public-read \
108
--endpoint-url=https://s3.us-east-1.wasabisys.com \
109
+ --checksum-algorithm SHA1 \
110
--exclude "*" \
111
--include "rocketchat-*.dmg" \
112
--include "rocketchat-*.pkg"
0 commit comments