Browse Source

Skip standalones on example-plugins CI artifacts for windows

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/merge
falkTX 2 years ago
parent
commit
513fab3ec6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/example-plugins.yml

+ 2
- 0
.github/workflows/example-plugins.yml View File

@@ -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*



Loading…
Cancel
Save