We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0db11e commit f88a8d0Copy full SHA for f88a8d0
1 file changed
.github/workflows/build.yml
@@ -51,6 +51,14 @@ jobs:
51
path: |
52
~/.local/share/godot/export_templates/
53
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
+
62
- name: Set up JDK 17
63
uses: actions/setup-java@v4
64
with:
0 commit comments