Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Dec 19, 2024
1 parent 3e29e19 commit 8146a6b
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 @@ -138,7 +138,7 @@ jobs:
run: git add . && git diff --quiet && git diff --cached --quiet

- uses: actions/upload-artifact@v4
if: matrix.os != 'windows-2025' && matrix.os != 'macos-15'
if: (matrix.os != 'windows-2025') && (matrix.os != 'macos-15')
with:
name: "timings_${{ runner.os }}"
path: |
Expand Down

0 comments on commit 8146a6b

Please sign in to comment.