Skip to content

Commit 19a5ddb

Browse files
committed
add os to upload name
1 parent 5bd15fa commit 19a5ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/upload-artifact@v4
9191
if: always()
9292
with:
93-
name: test-linux-trx-${{ github.run_id }}
93+
name: test-linux-trx-${{ github.run_id }}-${{ matrix.os }}
9494
path: "**/*.trx"
9595

9696
test-macos:

0 commit comments

Comments
 (0)