diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f035c0c..9ec2916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: shell: msys2 {0} - name: Build on non-Windows - if: ${{ ! matrix.os == 'windows-latest' }} + if: ${{ matrix.os != 'windows-latest' }} run: cargo build --release - name: Upload binaries to release