Skip to content

Commit

Permalink
Update submodules, correct CI artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 15, 2023
1 parent d0a7286 commit 9a74434
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
name: ${{ github.event.repository.name }}-linux-${{ matrix.target }}-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
bin/*
!bin/Ildaeil
macos:
strategy:
Expand Down Expand Up @@ -145,12 +146,11 @@ jobs:
path: |
*-macOS.pkg
bin/*
!bin/*-ladspa.dylib
!bin/*-dssi.dylib
!bin/clap
!bin/lv2
!bin/vst2
!bin/vst3
!bin/pkg
!bin/*.clap
!bin/*.lv2
!bin/*.vst
!bin/*.vst3
windows:
strategy:
Expand Down Expand Up @@ -197,8 +197,7 @@ jobs:
name: ${{ github.event.repository.name }}-${{ matrix.target }}-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
bin/*
!bin/*-ladspa.dll
!bin/*-dssi.dll
!bin/*.exe
source-tarball:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion dpf-widgets

0 comments on commit 9a74434

Please sign in to comment.