i have no idea how this stuff works, hopefully it works
Some checks failed
Rust / build (push) Failing after 1m41s
Rust / release (push) Has been skipped

This commit is contained in:
tommy 2024-08-26 08:55:57 -04:00
parent 8829995f06
commit 4a69e58318
Signed by: tommy
GPG Key ID: E12CE5A632617F4E

View File

@ -6,16 +6,19 @@ on:
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Add windows target
run: rustup target add x86_64-pc-windows-gnu
- name: Build release
uses: actions-rs/cargo@v1
with:
command: build
args: --release
args: --release --target x86_64-pc-windows-gnu
- name: Archive build
uses: actions/upload-artifact@v4