Browse Source

Do not have standalones in GH artifacts, they do not work

tags/22.02
falkTX 3 years ago
parent
commit
1b17b08da3
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      .github/workflows/build.yml

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

@@ -50,6 +50,7 @@ jobs:
name: ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
bin/*
!bin/Cardinal

linux-armhf:
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 }}
path: |
bin/*
!bin/Cardinal

linux-x86:
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 }}
path: |
bin/*
!bin/Cardinal

linux-x86_64:
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 }}
path: |
bin/*
!bin/Cardinal

linux-x86_64-debug:
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 }}
path: |
bin/*
!bin/Cardinal

macos-universal:
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 }}
path: |
*-macOS.pkg
bin/*
!bin/*-ladspa.dylib
!bin/*-dssi.dylib
!bin/lv2
!bin/vst2
!bin/vst3

win32:
runs-on: ubuntu-20.04
@@ -242,6 +241,7 @@ jobs:
bin/*
!bin/*-ladspa.dll
!bin/*-dssi.dll
!bin/*.exe

win64:
runs-on: ubuntu-20.04
@@ -273,6 +273,7 @@ jobs:
bin/*
!bin/*-ladspa.dll
!bin/*-dssi.dll
!bin/*.exe

plugin-validation:
runs-on: ubuntu-20.04


Loading…
Cancel
Save