Skip to content

Commit

Permalink
Fix aws command
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 17, 2025
1 parent 3e50434 commit 025ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
aws configure set aws_access_key_id ${{ secrets.WASABI_ACCESS_KEY }}
aws configure set aws_secret_access_key ${{ secrets.WASABI_SECRET_KEY }}
aws configure set default.region eu-central-1
aws s3 cp ./plugdata-${{ matrix.name }}.* s3://plugdata-nightly/ --endpoint-url=https://s3.eu-central-1.wasabisys.com --checksum-algorithm=SHA256
aws s3 cp ./plugdata-${{ matrix.name }}.* s3://plugdata-nightly/ --endpoint-url=https://s3.eu-central-1.wasabisys.com
- name: Archive Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 025ac3a

Please sign in to comment.