Skip to content

Commit

Permalink
Fix mac, merge linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Jun 15, 2024
1 parent 1481a00 commit f93ea7c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,18 @@ jobs:
- name: build macOS
run: |
mkdir -v -p build/macOS
godot -v --headless --export-release "Web" build/macOS/arena-arena.app.zip
godot -v --headless --export-release "macOS" build/macOS/arena-arena.app.zip
# TODO: rcedit?
- name: build Windows
run: |
mkdir -v -p build/windows
godot -v --headless --export-release "Windows Desktop" build/windows/arena-arena.exe
- name: build Linux/X11 (x86_64)
- name: build Linux/X11 (x86_64, arm64)
run: |
mkdir -v -p build/linux
godot -v --headless --export-release "Linux/X11 (x86_64)" build/linux/arena-arena.x86_64
- name: build Linux/X11 (arm64)
run: |
mkdir -v -p build/linux
godot -v --headless --export-release "Linux/X11 (arm64)" build/linux/arena-arena.arm64
# Upload
Expand Down

0 comments on commit f93ea7c

Please sign in to comment.