| @@ -50,6 +50,7 @@ jobs: | |||||
| name: ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | name: ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | ||||
| path: | | path: | | ||||
| bin/* | bin/* | ||||
| !bin/Cardinal | |||||
| linux-armhf: | linux-armhf: | ||||
| runs-on: ubuntu-18.04 | runs-on: ubuntu-18.04 | ||||
| @@ -89,6 +90,7 @@ jobs: | |||||
| name: ${{ github.event.repository.name }}-linux-armhf-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | name: ${{ github.event.repository.name }}-linux-armhf-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | ||||
| path: | | path: | | ||||
| bin/* | bin/* | ||||
| !bin/Cardinal | |||||
| linux-x86: | linux-x86: | ||||
| runs-on: ubuntu-18.04 | runs-on: ubuntu-18.04 | ||||
| @@ -122,6 +124,7 @@ jobs: | |||||
| name: ${{ github.event.repository.name }}-linux-x86-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | name: ${{ github.event.repository.name }}-linux-x86-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | ||||
| path: | | path: | | ||||
| bin/* | bin/* | ||||
| !bin/Cardinal | |||||
| linux-x86_64: | linux-x86_64: | ||||
| runs-on: ubuntu-18.04 | runs-on: ubuntu-18.04 | ||||
| @@ -149,6 +152,7 @@ jobs: | |||||
| name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | ||||
| path: | | path: | | ||||
| bin/* | bin/* | ||||
| !bin/Cardinal | |||||
| linux-x86_64-debug: | linux-x86_64-debug: | ||||
| runs-on: ubuntu-18.04 | runs-on: ubuntu-18.04 | ||||
| @@ -176,6 +180,7 @@ jobs: | |||||
| name: ${{ github.event.repository.name }}-linux-x86_64-debug-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | name: ${{ github.event.repository.name }}-linux-x86_64-debug-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | ||||
| path: | | path: | | ||||
| bin/* | bin/* | ||||
| !bin/Cardinal | |||||
| macos-universal: | macos-universal: | ||||
| runs-on: macos-10.15 | runs-on: macos-10.15 | ||||
| @@ -204,12 +209,6 @@ jobs: | |||||
| name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} | ||||
| path: | | path: | | ||||
| *-macOS.pkg | *-macOS.pkg | ||||
| bin/* | |||||
| !bin/*-ladspa.dylib | |||||
| !bin/*-dssi.dylib | |||||
| !bin/lv2 | |||||
| !bin/vst2 | |||||
| !bin/vst3 | |||||
| win32: | win32: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| @@ -242,6 +241,7 @@ jobs: | |||||
| bin/* | bin/* | ||||
| !bin/*-ladspa.dll | !bin/*-ladspa.dll | ||||
| !bin/*-dssi.dll | !bin/*-dssi.dll | ||||
| !bin/*.exe | |||||
| win64: | win64: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||
| @@ -273,6 +273,7 @@ jobs: | |||||
| bin/* | bin/* | ||||
| !bin/*-ladspa.dll | !bin/*-ladspa.dll | ||||
| !bin/*-dssi.dll | !bin/*-dssi.dll | ||||
| !bin/*.exe | |||||
| plugin-validation: | plugin-validation: | ||||
| runs-on: ubuntu-20.04 | runs-on: ubuntu-20.04 | ||||