Refactor Android build workflow to separate preparation and build steps
This commit is contained in:
@@ -16,9 +16,18 @@ jobs:
|
||||
- name: Godot version
|
||||
run: godot --version
|
||||
|
||||
- name: Prepare Godot
|
||||
run: |
|
||||
rm -rf .godot
|
||||
mkdir -p build
|
||||
|
||||
- name: Build APK
|
||||
run: |
|
||||
mkdir -p build
|
||||
godot \
|
||||
--headless \
|
||||
--path . \
|
||||
--editor \
|
||||
--quit
|
||||
|
||||
godot \
|
||||
--headless \
|
||||
|
||||
Reference in New Issue
Block a user