Skip to content

v1.1.0

v1.1.0 #5

Workflow file for this run

name: Cut Release
on:
release:
types: [created]
jobs:
cut-release:
runs-on: ubuntu-latest
concurrency:
group: release
steps:
- uses: actions/checkout@v4
- run: .github/build.sh
- uses: vimtor/action-zip@v1.2
with:
files:
ModularSynthPanelGenerator.manifest ModularSynthPanelGenerator.py config.py LICENSE.md commands/ lib/
resources/project-logo.png
dest: build/ModularSynthPanelGenerator-${{ github.ref_name }}.zip
recursive: false
- uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: build/ModularSynthPanelGenerator-${{ github.ref_name }}.zip