DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 513fab3ec64ad0daef4604a1c639f343c459d226
parent fbc9ffdfaaf42a4dac4bc946888971d1ab9f2fbc
Author: falkTX <falktx@falktx.com>
Date:   Wed, 14 Sep 2022 23:08:31 +0100

Skip standalones on example-plugins CI artifacts for windows

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
M.github/workflows/example-plugins.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml @@ -256,6 +256,7 @@ jobs: name: ${{ github.event.repository.name }}-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} path: | bin/* + !bin/*.exe !bin/*-ladspa.dll !bin/*-dssi* @@ -293,6 +294,7 @@ jobs: name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} path: | bin/* + !bin/*.exe !bin/*-ladspa.dll !bin/*-dssi*