Remove windows from the release

At the moment windows fails to build. This has to be fixed before it is re-added to the release.
This commit is contained in:
Daniel Karzel 2021-02-26 18:11:18 +11:00
parent bb0377c6c7
commit 06be66700e

View File

@ -14,8 +14,6 @@ jobs:
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tagged commit
@ -48,4 +46,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.create-archive.outputs.archive }}
asset_name: ${{ steps.create-archive.outputs.archive }}
asset_content_type: application/gzip
asset_content_type: application/gzip