Skip to content

Commit

Permalink
Fix error in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed May 25, 2024
1 parent 6b9fffa commit 1c3c29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Deploy to S3
run: |
run:
aws s3 sync dist/ s3://quemisty-client-web --delete
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 1c3c29b

Please sign in to comment.