Skip to content

Commit

Permalink
ci: fix tests build's file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 30, 2024
1 parent 3c16898 commit 3602ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: levilamina-${{ matrix.target_type }}-${{ matrix.mode }}${{ matrix.use_mimalloc == false && '-nonmimalloc' || '' }}${{ matrix.tests == false && '-tests' || '' }}-windows-x64-${{ github.sha }}
name: levilamina-${{ matrix.target_type }}-${{ matrix.mode }}${{ matrix.use_mimalloc == false && '-nonmimalloc' || '' }}${{ matrix.tests == true && '-tests' || '' }}-windows-x64-${{ github.sha }}
path: |
bin/
Expand Down

0 comments on commit 3602ad4

Please sign in to comment.