Skip to content

Commit 1bfd749

Browse files
authored
Add overwrite to upload artifact (#920)
1 parent 119837c commit 1bfd749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
with:
108108
name: ${{ env.LAYER_NAME }}
109109
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
110+
overwrite: true
110111
- name: clean s3
111112
if: always()
112113
run: |
@@ -174,6 +175,7 @@ jobs:
174175
with:
175176
name: layer_${{ matrix.architecture }}.tf
176177
path: layer.tf
178+
overwrite: true
177179
smoke-test:
178180
name: Smoke Test - (${{ matrix.aws_region }} - ${{ github.event.inputs.layer_name_keyword }} - ${{ matrix.architecture }})
179181
needs: generate-note

0 commit comments

Comments
 (0)