File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102102 mkdir -p ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/
103103 mv ./bin/android_debug.apk ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_debug.apk
104104 mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source.zip
105+ mv ./bin/android-template-release-native-symbols.zip ~/.local/share/godot/native_debug_symbols.zip
105106
106107 - if : ${{ steps.cache-template.outputs.cache-hit != 'true' }}
107108 name : Build Godot release template for Android
@@ -131,6 +132,7 @@ jobs:
131132 patch "android/build/src/com/godot/game/GodotApp.java" "godot_only/GodotApp.patch"
132133
133134 - name : Export debug project
135+ if : github.event_name == 'workflow_dispatch'
134136 env :
135137 GODOT_ANDROID_KEYSTORE_DEBUG_PATH : " ./godot_only/debug.keystore"
136138 GODOT_ANDROID_KEYSTORE_DEBUG_USER : " androiddebugkey"
@@ -181,6 +183,6 @@ jobs:
181183 uses : actions/upload-artifact@v4
182184 with :
183185 name : native_debug_symbols.zip
184- path : godot/bin/android-template-release-native-symbols .zip
186+ path : ~/.local/share/godot/native_debug_symbols .zip
185187 if-no-files-found : ignore
186188 retention-days : 28
You can’t perform that action at this time.
0 commit comments