Dont package DSSI on macOS

This commit is contained in:
falkTX 2021-07-18 19:15:51 +01:00
parent 90d9873629
commit 98d1b5c45c
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ jobs:
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: macOS binaries name: macOS binaries
path: bin/* path: |
bin/*
!bin/*-dssi.dylib
# linux with win64 cross-compilation # linux with win64 cross-compilation
#win64: #win64: