Skip to content

Commit dedddc3

Browse files
committed
Fix artifact name collisions
1 parent 6d44714 commit dedddc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060

6161
- uses: actions/upload-artifact@v4
6262
with:
63+
name: artifact-${{ matrix.os }}-${{ matrix.c_compiler }}
6364
path: |
6465
${{ steps.strings.outputs.build-output-dir }}/*.dll
6566
${{ steps.strings.outputs.build-output-dir }}/*.so

0 commit comments

Comments
 (0)