Skip to content

Commit

Permalink
Add overwrite to upload artifact (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
humivo authored May 16, 2024
1 parent 119837c commit 1bfd749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
with:
name: ${{ env.LAYER_NAME }}
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
overwrite: true
- name: clean s3
if: always()
run: |
Expand Down Expand Up @@ -174,6 +175,7 @@ jobs:
with:
name: layer_${{ matrix.architecture }}.tf
path: layer.tf
overwrite: true
smoke-test:
name: Smoke Test - (${{ matrix.aws_region }} - ${{ github.event.inputs.layer_name_keyword }} - ${{ matrix.architecture }})
needs: generate-note
Expand Down

0 comments on commit 1bfd749

Please sign in to comment.