We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd15fa commit 19a5ddbCopy full SHA for 19a5ddb
.github/workflows/run-tests.yaml
@@ -90,7 +90,7 @@ jobs:
90
uses: actions/upload-artifact@v4
91
if: always()
92
with:
93
- name: test-linux-trx-${{ github.run_id }}
+ name: test-linux-trx-${{ github.run_id }}-${{ matrix.os }}
94
path: "**/*.trx"
95
96
test-macos:
0 commit comments