From 587edeb8fdddc4588671ab10f7c43970a28884d1 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Mon, 20 Nov 2023 16:15:48 +0100 Subject: [PATCH] update workflow --- .github/workflows/build-debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 63e037f..a5343ee 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -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