Skip to content

Commit f242ab4

Browse files
committed
Add the path suffix
1 parent 6419178 commit f242ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ jobs:
154154
run: |
155155
aws s3 cp \
156156
${{ steps.artifact_paths.outputs.WINDOWS_EXE }} \
157-
s3://${{ vars.R2_BUCKET_NAME }}/${{ steps.artifact_paths.outputs.WINDOWS_EXE_NAME }} \
157+
${{ vars.R2_BUCKET_PATH }}/${{ steps.artifact_paths.outputs.WINDOWS_EXE_NAME }} \
158158
--endpoint-url=${{ vars.R2_BUCKET_API_URL }}

0 commit comments

Comments
 (0)