Skip to content

Read always manifest from local disk first #4

Read always manifest from local disk first

Read always manifest from local disk first #4

Workflow file for this run

name: 🔨 Build
on:
push:
branches: ["master"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --verbose --release
- uses: actions/upload-artifact@v4
with:
name: bookshelf-api
path: target/release/bookshelf-api