update workflows
This commit is contained in:
parent
f9fae8272e
commit
4e26bcefc4
10
.github/workflows/build-debug.yml
vendored
10
.github/workflows/build-debug.yml
vendored
|
@ -22,10 +22,12 @@ jobs:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Android Export
|
- name: Android Export
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p ./build/android
|
mkdir -v -p /build/android
|
||||||
godot -v --export-debug --headless "Android" ./build/android/immersive-home.apk
|
godot -v --export-debug --headless "Android" /build/android/immersive-home.apk
|
||||||
|
ls -l .
|
||||||
|
ls -l /build
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: immersive-home-debug
|
name: immersive-home-debug
|
||||||
path: ./build
|
path: /build/android/immersive-home.apk
|
||||||
|
|
Loading…
Reference in New Issue
Block a user