Skip to content

Commit

Permalink
Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent bf2a88e commit 7de41a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7de41a2

Please sign in to comment.