Fix pkg script

This commit is contained in:
falkTX 2021-07-18 23:44:55 +01:00
parent 8539cb223b
commit bbdf7e536a
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ jobs:
LDFLAGS: -arch x86_64 -arch arm64 -mmacosx-version-min=10.12 LDFLAGS: -arch x86_64 -arch arm64 -mmacosx-version-min=10.12
run: | run: |
make NOOPT=true -j $(sysctl -n hw.logicalcpu) && \ make NOOPT=true -j $(sysctl -n hw.logicalcpu) && \
cd dpf/utils && package-osx-bundles.sh ./dpf/utils/package-osx-bundles.sh
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: macOS universal name: macOS universal

2
dpf

@ -1 +1 @@
Subproject commit 257b79e16ba62dfaf320fa6a2f5b10f00e0f0095 Subproject commit 7d8914796d1052e6d81a3a0049933baf6e77d807