Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: add macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Feb 27, 2024
1 parent d540192 commit b760f06
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 @@ -46,7 +46,7 @@ jobs:
- name: Export build
run: |
name=${{fromJSON('{"windows": "Windows Desktop", "macos": "macOS", "linux": "Linux/X11"}')[matrix.build] }}
name="${{fromJSON('{"windows": "Windows Desktop", "macos": "macOS", "linux": "Linux/X11"}')[matrix.build] }}"
godot --headless --export-debug "$name" --verbose 2>&1 | tee build.log
env:
Expand Down

0 comments on commit b760f06

Please sign in to comment.