ci: don't use GitHub Actions for Windows releases
This commit is contained in:
parent
7c6f6f8299
commit
9c5cc336a6
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue