File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 if : ${{ success() }}
128128 uses : actions/upload-artifact@v4
129129 with :
130- name : ${{ env.LAYER_NAME }}
130+ name : ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
131131 path : ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
132132 - name : clean s3
133133 if : always()
@@ -143,8 +143,9 @@ jobs:
143143 - name : download layerARNs
144144 uses : actions/download-artifact@v4
145145 with :
146- name : ${{ env.LAYER_NAME }}
146+ pattern : ${{ env.LAYER_NAME }}-*
147147 path : ${{ env.LAYER_NAME }}
148+ merge-multiple : true
148149 - name : show layerARNs
149150 run : |
150151 for file in ${{ env.LAYER_NAME }}/*
@@ -184,7 +185,6 @@ jobs:
184185 with :
185186 name : layer.tf
186187 path : layer.tf
187- # do we want this as part of the release build or alone as it's own release?
188188 - name : Create GH release
189189 id : create_release
190190 env :
You can’t perform that action at this time.
0 commit comments