Skip to content

Commit

Permalink
Use correct bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 23, 2024
1 parent 74ab772 commit e512505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ jobs:
if: env.RELEASE == 'true'
shell: sh
run: |
cat upload_wheel_list | xargs -I % sh -c 'aws s3 cp dist/% s3://download.chia.net/simple/chiavdf/'
cat upload_wheel_list | xargs -I % sh -c 'aws s3 cp dist/% s3://download.chia.net/simple/chiapos/'

0 comments on commit e512505

Please sign in to comment.