We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d44714 commit dedddc3Copy full SHA for dedddc3
.github/workflows/build.yml
@@ -60,6 +60,7 @@ jobs:
60
61
- uses: actions/upload-artifact@v4
62
with:
63
+ name: artifact-${{ matrix.os }}-${{ matrix.c_compiler }}
64
path: |
65
${{ steps.strings.outputs.build-output-dir }}/*.dll
66
${{ steps.strings.outputs.build-output-dir }}/*.so
0 commit comments