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