We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2f05d commit c80dd8aCopy full SHA for c80dd8a
.github/workflows/run-tests.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/upload-artifact@v4
34
if: always()
35
with:
36
- name: test-windows-core-trx-${{ github.run_id }}
+ name: test-windows-core-trx-${{ github.run_id }}-${{ matrix.os }}
37
path: "**/*.trx"
38
39
test-windows-full:
0 commit comments