knossos 1.2.0

Rust library for generating and rendering mazes
Documentation
name: Release

on:
  push:
    branches: [release]

env:
  CARGO_TERM_COLOR: always

jobs:
  debian:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install cargo-deb
        run: |
          rustup update
          cargo install cargo-deb
      - name: Create binary Debian package
        run: cargo deb
      - name: Archive package
        uses: actions/upload-artifact@v4
        with:
          name: debian
          path: target/debian/*.deb