Skip to content

Commit f88a8d0

Browse files
Update build.yml
1 parent c0db11e commit f88a8d0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ 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+
5462
- name: Set up JDK 17
5563
uses: actions/setup-java@v4
5664
with:

0 commit comments

Comments
 (0)