diff --git a/.github/workflows/build_and_prerelease_windows.yml b/.github/workflows/build_and_prerelease_windows.yml index 14bf0d33..ce028184 100644 --- a/.github/workflows/build_and_prerelease_windows.yml +++ b/.github/workflows/build_and_prerelease_windows.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: houseabsolute/actions-rust-cross@v0 with: - target: x86_64-pc-windows-msvc + target: x86_64-pc-windows-gnu command: build toolchain: nightly args: --release --bins @@ -29,5 +29,5 @@ jobs: tag: latest name: "Development Build" generateReleaseNotes: true - artifacts: "target/x86_64-pc-windows-msvc/release/*.exe" + artifacts: "target/x86_64-pc-windows-gnu/release/*.exe"