Do not have standalones in GH artifacts, they do not work
This commit is contained in:
parent
b3a1efdc4b
commit
1b17b08da3
1 changed files with 7 additions and 6 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue