maolan 0.0.7

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

on:
  release:
    types: [published]

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