Skip to content

Commit

Permalink
Fix pkg script
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jul 18, 2021
1 parent 8539cb2 commit bbdf7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -104,7 +104,7 @@ jobs:
LDFLAGS: -arch x86_64 -arch arm64 -mmacosx-version-min=10.12
run: |
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
with:
name: macOS universal
Expand Down
2 changes: 1 addition & 1 deletion dpf

0 comments on commit bbdf7e5

Please sign in to comment.