move fix_dylibs.sh to /dev
This commit is contained in:
parent
036564f864
commit
336055634a
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
|||||||
run: cmake --build build -t install
|
run: cmake --build build -t install
|
||||||
|
|
||||||
- name: Make fix_dylibs.sh executable
|
- name: Make fix_dylibs.sh executable
|
||||||
run: chmod +x fix_dylibs.sh
|
run: chmod +x dev/fix_dylibs.sh
|
||||||
|
|
||||||
- name: Fix dylibs
|
- name: Fix dylibs
|
||||||
run: ./fix_dylibs.sh VoxelEngine Release build
|
run: ./dev/fix_dylibs.sh VoxelEngine Release build
|
||||||
|
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user