wrong path for script to run in workflow

This commit is contained in:
2024-10-19 12:27:16 -04:00
parent 1e16bb5394
commit 9fd5df839f

View File

@@ -21,8 +21,8 @@ jobs:
- name: Run build script
run: |
chmod +x ./build_sokol_library.sh
./build_sokol_library.sh
chmod +x ./scripts/build_sokol_library.sh
./scripts/build_sokol_library.sh
shell: bash
- name: Upload artifacts