We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a9307 commit 37100c8Copy full SHA for 37100c8
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
- name: Upload tester build artifact
130
uses: actions/upload-artifact@v4
131
with:
132
- name: ${{ matrix.artifact.name }}
+ name: ${{ matrix.artifact.name }}-${{ github.run_id }}
133
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
134
135
release:
0 commit comments