Skip to content

Commit 72f575e

Browse files
committed
fix: attempted fix for macos build CI
1 parent cc194c0 commit 72f575e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create_build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@ jobs:
3939
aws configure set aws_secret_access_key ${{ secrets.R2_SECRET_ACCESS_KEY }}
4040
aws configure set default.region auto
4141
42+
# Run the put-object command in debug mode
4243
aws s3api put-object \
4344
--bucket "${{ secrets.R2_BUCKET_NAME }}" \
4445
--key "macos/Socket_Probe.zip" \
4546
--body "build/macos/Build/Products/Release/Socket_Probe.zip" \
4647
--acl public-read \
47-
--endpoint-url "https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com"
48+
--endpoint-url "https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com" \
49+
--debug
4850
4951
echo "✅ macOS build uploaded!"
5052

0 commit comments

Comments
 (0)