File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ jobs:
131131 patch "android/build/src/com/godot/game/GodotApp.java" "godot_only/GodotApp.patch"
132132
133133 - name : Export debug project
134+ if : github.event_name == 'workflow_dispatch'
134135 env :
135136 GODOT_ANDROID_KEYSTORE_DEBUG_PATH : " ./godot_only/debug.keystore"
136137 GODOT_ANDROID_KEYSTORE_DEBUG_USER : " androiddebugkey"
@@ -153,6 +154,11 @@ jobs:
153154 godot --headless --export-release "Android" artifacts/VectorTouch.apk
154155 godot --headless --export-release "Android-aab" artifacts/VectorTouch.aab
155156
157+ - name : List all files with full paths
158+ run : |
159+ echo "Listing all files with full paths:"
160+ find "$PWD" -type f
161+
156162 - name : Upload debug apk
157163 uses : actions/upload-artifact@v4
158164 with :
@@ -181,6 +187,6 @@ jobs:
181187 uses : actions/upload-artifact@v4
182188 with :
183189 name : native_debug_symbols.zip
184- path : godot/bin/android-template-release-native-symbols.zip
190+ path : ~/ godot/bin/android-template-release-native-symbols.zip
185191 if-no-files-found : ignore
186192 retention-days : 28
You can’t perform that action at this time.
0 commit comments