We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee3b9b commit d095708Copy full SHA for d095708
1 file changed
.github/workflows/build.yml
@@ -98,7 +98,7 @@ jobs:
98
uses: actions/upload-artifact@v4
99
with:
100
name: android_source_debug.zip
101
- path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_debug.apk
+ path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source_debug.zip
102
if-no-files-found: ignore
103
retention-days: 28
104
0 commit comments