Skip to content

Commit

Permalink
Fix Release worklfow with upload-artefact breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jan 3, 2025
1 parent dbec93b commit 6f0d9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: ${{ success() }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.LAYER_NAME }}
name: ${{ env.LAYER_NAME }}-${{matrix.architecture}}-${{matrix.aws_region}}
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
- name: clean s3
if: always()
Expand All @@ -128,7 +128,7 @@ jobs:
- name: download layerARNs
uses: actions/download-artifact@v4
with:
name: ${{ env.LAYER_NAME }}
name: ${{ env.LAYER_NAME }}-${{matrix.architecture}}-${{matrix.aws_region}}
path: ${{ env.LAYER_NAME }}
- name: show layerARNs
run: |
Expand Down

0 comments on commit 6f0d9a8

Please sign in to comment.