Skip to content

Commit 96e85f7

Browse files
author
Alek99
committed
Debug
1 parent a9c4c5f commit 96e85f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/create-artifacts.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
aws configure set default.s3.endpoint_url "$R2_ENDPOINT"
2727
for dir in $(find . -mindepth 1 -maxdepth 1 -type d ! -name '.git'); do
2828
aws s3 cp "$dir" "s3://$R2_BUCKET/${dir#./}" --recursive --exclude "*.zip"
29-
done- name: Debug env
30-
run: |
31-
env | grep R2_`
29+
done
30+
- name: Debug env
31+
run: |
32+
env | grep R2_

0 commit comments

Comments
 (0)