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 6419178 commit f242ab4Copy full SHA for f242ab4
.github/workflows/create-release.yml
@@ -154,5 +154,5 @@ jobs:
154
run: |
155
aws s3 cp \
156
${{ steps.artifact_paths.outputs.WINDOWS_EXE }} \
157
- s3://${{ vars.R2_BUCKET_NAME }}/${{ steps.artifact_paths.outputs.WINDOWS_EXE_NAME }} \
+ ${{ vars.R2_BUCKET_PATH }}/${{ steps.artifact_paths.outputs.WINDOWS_EXE_NAME }} \
158
--endpoint-url=${{ vars.R2_BUCKET_API_URL }}
0 commit comments