update workflow
This commit is contained in:
parent
5cbe4d8f22
commit
587edeb8fd
4
.github/workflows/build-debug.yml
vendored
4
.github/workflows/build-debug.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
mkdir -p ./android/build
|
mkdir -p ./android/build
|
||||||
touch ./android/build/.gdignore
|
touch ./android/build/.gdignore
|
||||||
|
|
||||||
cat ~/.config/godot/editor_settings-4.tres
|
cat ~/.config/godot/editor_settings-4.tres | echo
|
||||||
|
|
||||||
- name: export game
|
- name: export game
|
||||||
id: export
|
id: export
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cat ~/.config/godot/editor_settings-4.tres
|
cat ~/.config/godot/editor_settings-4.tres | echo
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user