update workflow
This commit is contained in:
parent
1db99639b8
commit
0495990a37
6
.github/workflows/build-debug.yml
vendored
6
.github/workflows/build-debug.yml
vendored
|
@ -24,12 +24,8 @@ jobs:
|
||||||
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
|
||||||
- name: Show File Tree
|
|
||||||
run: |
|
|
||||||
sudo apt-get install tree
|
|
||||||
tree -a -L 3
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: immersive-home-debug
|
name: immersive-home-debug
|
||||||
path: .
|
path: ./
|
||||||
|
|
Loading…
Reference in New Issue
Block a user