We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f25739 commit c24a8b4Copy full SHA for c24a8b4
1 file changed
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
uses: actions/upload-artifact@v4
107
with:
108
name: android_source_debug.zip
109
- path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source_debug.zip
+ path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_debug.apk
110
if-no-files-found: ignore
111
retention-days: 28
112
0 commit comments