Skip to content

Commit

Permalink
Fix macOS bundle generator exec path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnClark committed Apr 9, 2024
1 parent bb2aa93 commit 61dd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
make -C build NOOPT=true -j $(sysctl -n hw.logicalcpu)
./dpf/utils/package-osx-bundles.sh
cd build && ../dpf/utils/package-osx-bundles.sh
- name: Set sha8 (non-release)
if: startsWith(github.ref, 'refs/tags/') != true
Expand Down

0 comments on commit 61dd2bb

Please sign in to comment.