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 72f575e commit 7a1aa41Copy full SHA for 7a1aa41
.github/workflows/create_build.yaml
@@ -29,7 +29,7 @@ jobs:
29
cd build/macos/Build/Products/Release
30
zip -r "Socket_Probe.zip" "Socket Probe.app"
31
32
- - name: Upload macOS build to Cloudflare R2 (using put-object)
+ - name: Upload macOS build to Cloudflare R2 (using put-object and debug)
33
env:
34
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
35
R2_BUCKET_NAME: ${{ secrets.R2_BUCKET_NAME }}
0 commit comments