Skip to content

Initialized project. #1

Initialized project.

Initialized project. #1

Workflow file for this run

# Apple macOS x86_64
name: macOs
on:
push:
branches:
- main
- releases/**
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-darwin
- run: cargo +stable build --release --target=x86_64-apple-darwin
- uses: actions/upload-artifact@v3
with:
name: guide-apple-macos-x86_64
path: target/x86_64-apple-darwin/release/guide