Skip to content

Commit 2ef02c0

Browse files
committed
Avoid name conflict in artifact upload.
1 parent ca634d3 commit 2ef02c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests_win_cygwin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
- name: Upload autoconf test results
9292
uses: actions/upload-artifact@v4
9393
with:
94-
name: cygwin-autotools-test-logs
94+
name: cygwin-autotools-test-logs-${{ github.run_id }}
9595
path: |
96-
*/*.log
97-
*/*.trs
96+
*/*.log
97+
*/*.trs
9898

9999
build-and-test-cmake:
100100
name: Cygwin-based CMake tests

0 commit comments

Comments
 (0)