From 7de41a22920b253f3a6b3e0e19ad2b88f98130b7 Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Tue, 15 Oct 2024 18:10:01 +0300 Subject: [PATCH] Windows --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a56731..1a982c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,10 @@ jobs: runs-on: "macos-latest" target: "aarch64-apple-darwin" platform: "mac-arm" + - name: "Windows" + runs-on: "windows-latest" + target: "x86_64-pc-windows-gnu" + platform: "windows" runs-on: ${{ matrix.runs-on }} @@ -87,7 +91,7 @@ jobs: name: dash-evo-tool-${{ matrix.target }} path: target/${{ matrix.target }}/release/dash-evo-tool - continue-on-error: true + #continue-on-error: true release: name: Create GitHub Release