Skip to content

Commit 92e5243

Browse files
committed
better artifact anme
1 parent 60d971f commit 92e5243

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
- uses: actions/upload-artifact@v2
3636
with:
37-
name: ${{ github.sha }}
37+
name: prepared-lambda-layer-${{ github.sha }}
3838
path: |
3939
dist/*
4040
4141
- uses: getsentry/action-build-aws-lambda-extension@v1
4242
with:
43-
name: ${{ github.sha }}
43+
artifact_name: prepared-lambda-layer-${{ github.sha }}

0 commit comments

Comments
 (0)