Typo'd the action name.

This commit is contained in:
Liv Gorence 2023-01-26 21:30:13 -08:00
parent 36b9da5cf8
commit d868f9c635
No known key found for this signature in database
GPG Key ID: 9743CEF10935949A

View File

@ -19,7 +19,7 @@ jobs:
run: ./gradlew --no-daemon build
- name: Organize artifacts
run: ./tools/organize-artifacts.sh
- uses: GayPizzaSpecifications/s3-upload-action@b2_support
- uses: GayPizzaSpecifications/upload-s3-action@b2_support
with:
aws_key_id: ${{ secrets.ARTIFACTS_KEY_ID }}
aws_secret_access_key: ${{ secrets.ARTIFACTS_APP_KEY }}