We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbec93b commit 2dbee17Copy full SHA for 2dbee17
.github/workflows/release.yml
@@ -105,7 +105,7 @@ jobs:
105
if: ${{ success() }}
106
uses: actions/upload-artifact@v4
107
with:
108
- name: ${{ env.LAYER_NAME }}
+ name: ${{ env.LAYER_NAME }}-${{matrix.architecture}}-${{matrix.aws_region}}
109
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
110
- name: clean s3
111
if: always()
@@ -128,8 +128,9 @@ jobs:
128
- name: download layerARNs
129
uses: actions/download-artifact@v4
130
131
+ pattern: ${{ env.LAYER_NAME }}-*
132
path: ${{ env.LAYER_NAME }}
133
+ merge-multiple: true
134
- name: show layerARNs
135
run: |
136
for file in ${{ env.LAYER_NAME }}/*
0 commit comments