ci: don't use GitHub Actions for Windows releases

This commit is contained in:
Eric Wasylishen 2023-08-13 23:11:06 -06:00
parent 7c6f6f8299
commit 9c5cc336a6
1 changed files with 1 additions and 1 deletions

View File

@ -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: |