Remove windows workflow

This commit is contained in:
xenia 2024-02-03 16:00:01 +01:00
parent 96e1bf0808
commit bfd40db93b

View File

@ -1,29 +0,0 @@
on:
workflow_dispatch:
push:
branches:
- main
name: fox32asm Unstable - Windows
jobs:
fox32asm-unstable-windows:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build --release
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: fox32asm.exe
path: target/release/fox32asm.exe