File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 path : |
5252 ~/.local/share/godot/export_templates/
5353
54- - name : Upload debug source template
55- uses : actions/upload-artifact@v4
56- with :
57- name : android_source_debug.zip
58- path : ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_debug.apk
59- if-no-files-found : ignore
60- retention-days : 28
61-
6254 - name : Set up JDK 17
6355 uses : actions/setup-java@v4
6456 with :
@@ -111,6 +103,14 @@ jobs:
111103 mv ./bin/android_debug.apk ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_debug.apk
112104 mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source_debug.zip
113105
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_debug.apk
111+ if-no-files-found : ignore
112+ retention-days : 28
113+
114114 - if : ${{ steps.cache-template.outputs.cache-hit != 'true' && env.BUILD_TYPE == 'release' }}
115115 name : Build Godot release template for Android
116116 run : |
You can’t perform that action at this time.
0 commit comments