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
|
- name: Create GitHub Release and upload builds
|
||||||
uses: softprops/action-gh-release@v1
|
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:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue