move fix_dylibs.sh to /dev

This commit is contained in:
MihailRis 2024-06-14 03:29:55 +03:00
parent 036564f864
commit 336055634a
2 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ jobs:
run: cmake --build build -t install
- name: Make fix_dylibs.sh executable
run: chmod +x fix_dylibs.sh
run: chmod +x dev/fix_dylibs.sh
- name: Fix dylibs
run: ./fix_dylibs.sh VoxelEngine Release build
run: ./dev/fix_dylibs.sh VoxelEngine Release build
- name: Create DMG
run: |