Update windows.yml
This commit is contained in:
parent
1d6d58ef5b
commit
f52c5cb9b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
||||||
uses: microsoft/setup-msbuild@v1.0.1
|
uses: microsoft/setup-msbuild@v1.0.1
|
||||||
if: matrix.compiler == 'msvc16'
|
if: matrix.compiler == 'msvc16'
|
||||||
|
|
||||||
|
# TODO: Review x86 dynamic library building or remove it
|
||||||
- name: Build Library (MinGW-w64)
|
- name: Build Library (MinGW-w64)
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
|
@ -99,5 +100,4 @@ jobs:
|
||||||
asset_name: ${{ env.RELEASE_NAME }}.zip
|
asset_name: ${{ env.RELEASE_NAME }}.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
if: github.event_name == 'release' && github.event.action == 'published'
|
if: github.event_name == 'release' && github.event.action == 'published'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue