gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit d93ac63e900860e10969cda764c9526f41de448d
parent 6e32f0f188aa5221aaf97b1e4cc7896db7c3a488
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 20 Nov 2024 21:54:26 +0100

fix wrong working directory before running cpack

Diffstat:
M.github/workflows/release.yml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -39,7 +39,6 @@ jobs: run: cmake --build --preset github-${{ runner.os }} --parallel 6 - name: Pack - working-directory: ${{github.workspace}}/build run: cpack --preset github-${{ runner.os }} - name: Release