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 a9c4c5f commit 96e85f7Copy full SHA for 96e85f7
.github/workflows/create-artifacts.yml
@@ -26,6 +26,7 @@ jobs:
26
aws configure set default.s3.endpoint_url "$R2_ENDPOINT"
27
for dir in $(find . -mindepth 1 -maxdepth 1 -type d ! -name '.git'); do
28
aws s3 cp "$dir" "s3://$R2_BUCKET/${dir#./}" --recursive --exclude "*.zip"
29
- done- name: Debug env
30
- run: |
31
- env | grep R2_`
+ done
+ - name: Debug env
+ run: |
32
+ env | grep R2_
0 commit comments