We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37100c8 commit 7483819Copy full SHA for 7483819
.github/workflows/build.yml
@@ -123,8 +123,8 @@ jobs:
123
- name: Download job transfer artifact
124
uses: actions/download-artifact@v4
125
with:
126
- name: ${{ env.JOB_TRANSFER_ARTIFACT }}
127
- path: ${{ env.JOB_TRANSFER_ARTIFACT }}
+ name: ${{ matrix.artifact.name }}-${{ github.run_id }}
+ path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
128
129
- name: Upload tester build artifact
130
uses: actions/upload-artifact@v4
0 commit comments