maolan 0.2.3

Rust DAW application for recording, editing, routing, automation, export, and plugin hosting
1
2
3
4
5
6
7
8
9
10
11
name: Release

on:
  workflow_dispatch:

jobs:
  build:
    uses: ./.github/workflows/rust.yml
    with:
      release_build: true
      release_tag: ${{ github.event.release.tag_name }}