File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -242,16 +242,16 @@ jobs:
242242 # --principal "*" \
243243 # --statement-id publish \
244244 # --action lambda:GetLayerVersion
245- # - name: upload layer arn artifact
246- # if: ${{ success() }}
247- # uses: actions/upload-artifact@v4
248- # with:
249- # name: ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
250- # path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
251- - name : clean s3
252- if : always()
253- run : |
254- aws s3 rb --force s3://${{ env.BUCKET_NAME }}
245+ - name : upload layer arn artifact
246+ if : ${{ success() }}
247+ uses : actions/upload-artifact@v4
248+ with :
249+ name : ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
250+ path : ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
251+ # - name: clean s3
252+ # if: always()
253+ # run: |
254+ # aws s3 rb --force s3://${{ env.BUCKET_NAME }}
255255
256256 generate-lambda-release-note :
257257 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments