From a382f31bccb19ab4b7b03a2c8410a88a1e33f58a Mon Sep 17 00:00:00 2001 From: Nitwel Date: Mon, 20 Nov 2023 16:17:32 +0100 Subject: [PATCH] update workflow --- .github/workflows/build-debug.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index a5343ee..4ee95b7 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -46,7 +46,9 @@ jobs: mkdir -p ./android/build 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 id: export @@ -61,9 +63,9 @@ jobs: archive_output: true verbose: true - - name: Test + - name: Test2 run: | - cat ~/.config/godot/editor_settings-4.tres | echo + cat ~/.config/godot/editor_settings-4.tres - name: Upload APK uses: actions/upload-artifact@v2