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