Dont package DSSI on macOS
This commit is contained in:
parent
90d9873629
commit
98d1b5c45c
|
@ -44,7 +44,9 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macOS binaries
|
||||
path: bin/*
|
||||
path: |
|
||||
bin/*
|
||||
!bin/*-dssi.dylib
|
||||
|
||||
# linux with win64 cross-compilation
|
||||
#win64:
|
||||
|
|
Loading…
Reference in New Issue