Skip to content

Commit 8745e4b

Browse files
Update build.yml
1 parent a3d6e75 commit 8745e4b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)