File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,6 +103,14 @@ jobs:
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_debug.zip
105105
106+ - name : Upload debug source template
107+ uses : actions/upload-artifact@v4
108+ with :
109+ name : android_source_debug.zip
110+ path : ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source_debug.zip
111+ if-no-files-found : ignore
112+ retention-days : 28
113+
106114 - if : ${{ steps.cache-template.outputs.cache-hit != 'true' && env.BUILD_TYPE == 'release' }}
107115 name : Build Godot release template for Android
108116 run : |
@@ -115,14 +123,6 @@ jobs:
115123 mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source.zip
116124 mv ./bin/android-template-release-native-symbols.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/native_debug_symbols.zip
117125
118- - name : Upload debug source template
119- uses : actions/upload-artifact@v4
120- with :
121- name : android_source_debug.zip
122- path : ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source_debug.zip
123- if-no-files-found : ignore
124- retention-days : 28
125-
126126 - name : Set up android build template
127127 run : |
128128 TEMPLATE="android_source.zip"
You can’t perform that action at this time.
0 commit comments