From fdccb45be790393923f75b7a309891254110400a Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 23 Apr 2023 23:19:48 +0200 Subject: [PATCH] More CI tweaks Signed-off-by: falkTX --- .github/workflows/dpf.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dpf.yml b/.github/workflows/dpf.yml index 0b51992ac..7ce8ef9fc 100644 --- a/.github/workflows/dpf.yml +++ b/.github/workflows/dpf.yml @@ -23,6 +23,7 @@ jobs: with: target: ${{ matrix.target }} pawpaw: true + release: false macos: strategy: @@ -37,10 +38,12 @@ jobs: run: | mkdir -p dpf/utils ln -s $(which ls) dpf/utils/package-osx-bundles.sh + touch carla-macOS.pkg - uses: distrho/dpf-makefile-action@v1 with: target: ${{ matrix.target }} pawpaw: true + release: false windows: strategy: @@ -55,6 +58,7 @@ jobs: with: target: ${{ matrix.target }} pawpaw: true + release: false # pluginval: # runs-on: ubuntu-20.04 @@ -75,3 +79,4 @@ jobs: - uses: distrho/dpf-makefile-action@v1 with: target: source + release: false