mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Typo'd the action name.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: ./gradlew --no-daemon build
|
run: ./gradlew --no-daemon build
|
||||||
- name: Organize artifacts
|
- name: Organize artifacts
|
||||||
run: ./tools/organize-artifacts.sh
|
run: ./tools/organize-artifacts.sh
|
||||||
- uses: GayPizzaSpecifications/s3-upload-action@b2_support
|
- uses: GayPizzaSpecifications/upload-s3-action@b2_support
|
||||||
with:
|
with:
|
||||||
aws_key_id: ${{ secrets.ARTIFACTS_KEY_ID }}
|
aws_key_id: ${{ secrets.ARTIFACTS_KEY_ID }}
|
||||||
aws_secret_access_key: ${{ secrets.ARTIFACTS_APP_KEY }}
|
aws_secret_access_key: ${{ secrets.ARTIFACTS_APP_KEY }}
|
||||||
|
Reference in New Issue
Block a user