Skip to content

I *think* this change fixes somethign with music libraries. Let's see #12

I *think* this change fixes somethign with music libraries. Let's see

I *think* this change fixes somethign with music libraries. Let's see #12

Workflow file for this run

name: Release Binaries
on:
push:
tags:
- "*"
jobs:
binaries:
uses: ./.github/workflows/binaries-build.yaml
with:
release: ${{ github.ref_name }}
secrets: inherit