mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-23 22:01:21 -05:00
Merge #239
239: Remove windows from the release r=da-kami a=da-kami At the moment windows fails to build. This has to be fixed before it is re-added to the release. Co-authored-by: Daniel Karzel <daniel@comit.network>
This commit is contained in:
commit
b08618fd90
4
.github/workflows/release-cli.yml
vendored
4
.github/workflows/release-cli.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user