Skip to content

Commit 936b55c

Browse files
committed
Adjust artifact name in build workflow
This is necessary to have a valid artifact name for upload.
1 parent 3139873 commit 936b55c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,8 @@ jobs:
313313
- name: Upload the generated Lambda deployment package as an artifact
314314
uses: actions/upload-artifact@v4
315315
with:
316-
name: ${{ github.event.repository.name }}-\
317-
py${{ matrix.python-version }}-\
318-
${{ env.GH_SHORT_SHA }}
316+
name: ${{ github.event.repository.name }}-py${{
317+
matrix.python-version }}-${{ env.GH_SHORT_SHA }}
319318
path: ${{ env.DEFAULT_ARTIFACT_NAME }}
320319
- name: Setup tmate debug session
321320
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)