Skip to content

Commit 39ff01e

Browse files
author
Alek99
committed
Debug
1 parent 96e85f7 commit 39ff01e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/create-artifacts.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
R2_BUCKET: ${{ secrets.R2_BUCKET }}
2020
R2_ENDPOINT: ${{ secrets.R2_ENDPOINT }}
2121
run: |
22+
env | grep R2_
2223
pip install awscli
2324
aws configure set aws_access_key_id "$AWS_ACCESS_KEY_ID"
2425
aws configure set aws_secret_access_key "$AWS_SECRET_ACCESS_KEY"
@@ -27,6 +28,4 @@ jobs:
2728
for dir in $(find . -mindepth 1 -maxdepth 1 -type d ! -name '.git'); do
2829
aws s3 cp "$dir" "s3://$R2_BUCKET/${dir#./}" --recursive --exclude "*.zip"
2930
done
30-
- name: Debug env
31-
run: |
32-
env | grep R2_
31+

0 commit comments

Comments
 (0)