Skip to content

feat: add debug check #4

feat: add debug check

feat: add debug check #4

Workflow file for this run

name: Build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cd src && cargo build --release --bin mixify
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: src/target/release/mixify