From 9c5cc336a62e579290ea5a21ee4f5454ad4d75f1 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 13 Aug 2023 23:11:06 -0600 Subject: [PATCH] ci: don't use GitHub Actions for Windows releases --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |