File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 mkdir -p ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/
115115 mv ./bin/android_release.apk ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_release.apk
116116 mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source.zip
117+ mv ./bin/android-template-release-native-symbols.zip ~/.local/share/godot/native_debug_symbols.zip
117118
118119 - name : Set up android build template
119120 run : |
@@ -181,6 +182,6 @@ jobs:
181182 uses : actions/upload-artifact@v4
182183 with :
183184 name : native_debug_symbols.zip
184- path : godot/bin/android-template-release-native-symbols .zip
185+ path : ~/.local/share/godot/native_debug_symbols .zip
185186 if-no-files-found : ignore
186187 retention-days : 28
You can’t perform that action at this time.
0 commit comments