update workflow
This commit is contained in:
parent
206a6fcb47
commit
fed86eb426
6
.github/workflows/build-debug.yml
vendored
6
.github/workflows/build-debug.yml
vendored
|
@ -20,10 +20,14 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
- name: Setup
|
||||
run: |
|
||||
mkdir -v -p ~/.local/share/godot/templates
|
||||
mv /root/.local/share/godot/templates/4.1.3.stable ~/.local/share/godot/templates/4.1.3.stable
|
||||
- name: Android Export
|
||||
run: |
|
||||
mkdir -v -p /build/android
|
||||
godot -v --export-debug --headless "Android" /build/android/immersive-home.apk
|
||||
godot -v --export-debug --debug-collisions --headless "Android" /build/android/immersive-home.apk
|
||||
ls -l .
|
||||
ls -l /build/android
|
||||
- name: Upload APK
|
||||
|
|
Loading…
Reference in New Issue
Block a user