-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
025ac3a
commit c23d844
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,7 +332,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 ./README.md s3://plugdata-nightly/ --endpoint-url=https://s3.eu-central-1.wasabisys.com --checksum-algorithm SHA256 | ||
aws s3 cp ./README.md s3://plugdata-nightly/ --endpoint-url=https://s3.eu-central-1.wasabisys.com --checksum-algorithm=SHA256 | ||
- name: ccache | ||
uses: hendrikmuhs/[email protected] | ||
|
@@ -356,7 +356,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 | ||
|