Skip to content

Recent project and clean shutdowns #96

Recent project and clean shutdowns

Recent project and clean shutdowns #96

Workflow file for this run

name: Build
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
- name: Build
run: cargo build -r
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: mslicer-${{ matrix.os }}
path: |
target/release/mslicer*
!target/release/mslicer.d
!target/release/mslicer.pdb