We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc194c0 commit 72f575eCopy full SHA for 72f575e
.github/workflows/create_build.yaml
@@ -39,12 +39,14 @@ jobs:
39
aws configure set aws_secret_access_key ${{ secrets.R2_SECRET_ACCESS_KEY }}
40
aws configure set default.region auto
41
42
+ # Run the put-object command in debug mode
43
aws s3api put-object \
44
--bucket "${{ secrets.R2_BUCKET_NAME }}" \
45
--key "macos/Socket_Probe.zip" \
46
--body "build/macos/Build/Products/Release/Socket_Probe.zip" \
47
--acl public-read \
- --endpoint-url "https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com"
48
+ --endpoint-url "https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com" \
49
+ --debug
50
51
echo "✅ macOS build uploaded!"
52
0 commit comments