Skip to content

Commit

Permalink
reduce CI log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 9, 2024
1 parent e1832ce commit f5c9156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
aws configure set default.region us-west-1
aws configure set default.s3.endpoint_url $R2_S3_URL
aws s3 cp target/x86_64-unknown-linux-musl/release s3://geph5 --recursive --debug
aws s3 cp target/x86_64-unknown-linux-musl/release s3://geph5 --recursive
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit f5c9156

Please sign in to comment.