Skip to content

Commit

Permalink
Fix artifact name collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi89999 committed Apr 19, 2024
1 parent 6d44714 commit dedddc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:

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

0 comments on commit dedddc3

Please sign in to comment.