Skip to content

Commit

Permalink
workflow: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed94 committed Oct 19, 2024
1 parent 6c20c3e commit 8f4f64b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/macos_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
- name: Run build script
run: |
if [ -f "./scripts/build_sokol_demo.sh" ]; then
chmod +x ./scripts/build_sokol_demo.sh
./scripts/build_sokol_demo.sh
else
echo "Error: build_sokol_demo.sh not found"
exit 1
fi
echo "Setting execute permissions on specific .sh files"
chmod +x ./scripts/build_sokol_demo.sh
chmod +x ./scripts/build_sokol_library.sh
chmod +x ./scripts/compile_sokol_shaders.sh
chmod +x ./scripts/clean.sh
chmod +x ./scripts/helpers/misc.sh
chmod +x ./scripts/helpers/odin_compiler_defs.sh
./scripts/build_sokol_demo.sh
shell: bash

- name: List build artifacts
Expand Down

0 comments on commit 8f4f64b

Please sign in to comment.