update workflow

This commit is contained in:
Nitwel 2023-11-20 16:15:48 +01:00
parent 5cbe4d8f22
commit 587edeb8fd

View File

@ -46,7 +46,7 @@ jobs:
mkdir -p ./android/build
touch ./android/build/.gdignore
cat ~/.config/godot/editor_settings-4.tres
cat ~/.config/godot/editor_settings-4.tres | echo
- name: export game
id: export
@ -63,7 +63,7 @@ jobs:
- name: Test
run: |
cat ~/.config/godot/editor_settings-4.tres
cat ~/.config/godot/editor_settings-4.tres | echo
- name: Upload APK
uses: actions/upload-artifact@v2