Skip to content

Commit 02eb6d9

Browse files
committed
Fix CI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent d5597ae commit 02eb6d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
make features
160160
make NOOPT=true -j $(sysctl -n hw.logicalcpu)
161-
./utils/package-osx-bundles.sh
161+
./dpf/utils/package-osx-bundles.sh
162162
- name: Set sha8
163163
id: slug
164164
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"

plugins/3BandEQ/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk
3030

3131
TARGETS += jack
3232
TARGETS += ladspa
33-
TARGETS += vst
33+
TARGETS += vst2
3434

3535
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
3636
ifeq ($(HAVE_LIBLO),true)

plugins/3BandSplitter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk
3030

3131
TARGETS += jack
3232
TARGETS += ladspa
33-
TARGETS += vst
33+
TARGETS += vst2
3434

3535
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
3636
ifeq ($(HAVE_LIBLO),true)

plugins/PingPongPan/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk
3030

3131
TARGETS += jack
3232
TARGETS += ladspa
33-
TARGETS += vst
33+
TARGETS += vst2
3434

3535
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
3636
ifeq ($(HAVE_LIBLO),true)

0 commit comments

Comments
 (0)