We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecee04 commit da6e5f6Copy full SHA for da6e5f6
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Publish Nightly [S3]
59
if: github.event_name == 'schedule` || github.event_name == 'workflow_dispatch'
60
- uses: kittaakos/upload-s3-action@v0.0.1
+ uses: shallwefootball/upload-s3-action@v1.1.2
61
with:
62
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
63
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments