Skip to content

Commit

Permalink
Fixing AWS release
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoesteves committed Sep 12, 2024
1 parent 2299f51 commit 25953a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hot-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: "sa-east-1"
source: "_build/prod/calori-${{ inputs.tag }}.tar.gz"
source: "calori-${{ inputs.tag }}.tar.gz"
dest: "s3://calori-${{ secrets.CLOUD_ENV_NAME }}-distribution/dist/calori/calori-${{ inputs.tag }}.tar.gz"

- name: Copy a version file to the s3 version folder
Expand Down

0 comments on commit 25953a1

Please sign in to comment.