diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index eee59473..a2b40dc6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -75,7 +75,7 @@ jobs: - name: Create GitHub Release and upload builds uses: softprops/action-gh-release@v1 - if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.use-asan == 'NO' }} + if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.use-asan == 'NO' && runner.os != 'Windows' }} with: draft: true files: |