Skip to content

Commit 81115c1

Browse files
Fix Format
1 parent a600fcf commit 81115c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
127127
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
128-
aws-region: ap-northeast-2 # Seoul region, adjust as needed
128+
aws-region: ap-northeast-2 # Seoul region, adjust as needed
129129
- name: Upload to S3
130130
run: |
131131
aws s3 sync build/ s3://otl.sparcs.org-1/${{ github.event.release.tag_name }}/ --delete

0 commit comments

Comments
 (0)