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 a600fcf commit 81115c1Copy full SHA for 81115c1
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
with:
126
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
127
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
128
- aws-region: ap-northeast-2 # Seoul region, adjust as needed
+ aws-region: ap-northeast-2 # Seoul region, adjust as needed
129
- name: Upload to S3
130
run: |
131
aws s3 sync build/ s3://otl.sparcs.org-1/${{ github.event.release.tag_name }}/ --delete
0 commit comments