Browse Source

Dont package DSSI on macOS

pull/16/head
falkTX 3 years ago
parent
commit
98d1b5c45c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/build.yml

+ 3
- 1
.github/workflows/build.yml View File

@@ -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…
Cancel
Save