Skip to content

Commit

Permalink
WebApp - Cambio action de upload s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Di Gulio committed Dec 26, 2023
1 parent f17ad42 commit 24bdef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
aws-region: sa-east-1

- name: Upload artifacts to S3
uses: actions/s3/upload@v1
uses: actions/upload-artifact@v3
with:
bucket: ${{ secrets.S3_BUCKET_NAME }}
object: webapp/build.tar

0 comments on commit 24bdef0

Please sign in to comment.