Skip to content

Commit

Permalink
Add checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey2k committed Oct 11, 2023
1 parent 5b846cc commit 7af1e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: Export Game - macOS
shell: bash
run: |
mkdir bin/macos/debug
mkdir bin/macos/release
mkdir -p bin/macos/debug
mkdir -p bin/macos/release
./godot --headless -p --export-debug macos:ci bin/macos/debug/moon_invaders.x86_64
./godot --headless -p --export-release macos:ci bin/macos/release/moon_invaders.x86_64
Expand Down

0 comments on commit 7af1e59

Please sign in to comment.