This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
targets: x86_64-pc-windows-gnu
|
targets: x86_64-pc-windows-gnu
|
||||||
- run: cargo build --release --target=x86_64-pc-windows-gnu
|
- run: cargo install cross --git https://github.com/cross-rs/cross
|
||||||
|
- run: cross build --release --target=x86_64-pc-windows-gnu
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user