Browse Source

Update submodules, correct CI artifacts

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3
falkTX 4 months ago
parent
commit
9a74434b9c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 9 additions and 10 deletions
  1. +7
    -8
      .github/workflows/build.yml
  2. +1
    -1
      carla
  3. +1
    -1
      dpf-widgets

+ 7
- 8
.github/workflows/build.yml View File

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


+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 2f503d70cb0321bfa440c313435ceaa40bfe04b0
Subproject commit 604416bf33bcf16410e43009f6d94b86dd41afcd

+ 1
- 1
dpf-widgets

@@ -1 +1 @@
Subproject commit dd50c72772988a57d41b5f2d9045e0472be24d23
Subproject commit ea26d2842b4285bec90876fa63a201447b64716d

Loading…
Cancel
Save