Skip to content

CI (wip)

CI (wip) #8

Workflow file for this run

name: Nightly Build
on:
push:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: rustup target add i686-pc-windows-msvc
- run: cargo build
- run: Compress-Archive -Path ./target/i686-pc-windows-msvc/debug -DestinationPath release.zip
- uses: actions/upload-artifact@v4
with:
path: |
target/i686-pc-windows-msvc/debug/*.dll
target/i686-pc-windows-msvc/debug/*.exe