File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 with :
9595 path : vectortouch
9696
97- - name : Build Godot debug template for Android
98- run : |
99- cd godot
100- scons p=android arch=arm64 ${BUILD_OPTIONS} target=template_debug generate_android_binaries=yes
101- mkdir -p ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/
102- mv ./bin/android_debug.apk ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_debug.apk
103- mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source_debug.zip
104-
10597 - name : Upload debug source template
10698 uses : actions/upload-artifact@v4
10799 with :
@@ -110,6 +102,14 @@ jobs:
110102 if-no-files-found : ignore
111103 retention-days : 28
112104
105+ - name : Build Godot debug template for Android
106+ run : |
107+ cd godot
108+ scons p=android arch=arm64 ${BUILD_OPTIONS} target=template_debug generate_android_binaries=yes
109+ mkdir -p ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/
110+ mv ./bin/android_debug.apk ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_debug.apk
111+ mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source_debug.zip
112+
113113 - if : ${{ steps.cache-template.outputs.cache-hit != 'true' && env.BUILD_TYPE == 'release' }}
114114 name : Build Godot release template for Android
115115 run : |
You can’t perform that action at this time.
0 commit comments