Skip to content

Commit da6e5f6

Browse files
author
Akos Kitta
committed
Use the original action for S3 upload.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 8ecee04 commit da6e5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Publish Nightly [S3]
5959
if: github.event_name == 'schedule` || github.event_name == 'workflow_dispatch'
60-
uses: kittaakos/upload-s3-action@v0.0.1
60+
uses: shallwefootball/upload-s3-action@v1.1.2
6161
with:
6262
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6363
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)