We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 3139873 commit 936b55cCopy full SHA for 936b55c
1 file changed
.github/workflows/build.yml
@@ -313,9 +313,8 @@ jobs:
313
- name: Upload the generated Lambda deployment package as an artifact
314
uses: actions/upload-artifact@v4
315
with:
316
- name: ${{ github.event.repository.name }}-\
317
- py${{ matrix.python-version }}-\
318
- ${{ env.GH_SHORT_SHA }}
+ name: ${{ github.event.repository.name }}-py${{
+ matrix.python-version }}-${{ env.GH_SHORT_SHA }}
319
path: ${{ env.DEFAULT_ARTIFACT_NAME }}
320
- name: Setup tmate debug session
321
uses: mxschmitt/action-tmate@v3
0 commit comments