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 6f0d9a8Copy full SHA for 6f0d9a8
.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,7 +128,7 @@ jobs:
128
- name: download layerARNs
129
uses: actions/download-artifact@v4
130
131
132
path: ${{ env.LAYER_NAME }}
133
- name: show layerARNs
134
run: |
0 commit comments