Skip to content

Commit d095708

Browse files
Update build.yml
1 parent 3ee3b9b commit d095708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/upload-artifact@v4
9999
with:
100100
name: android_source_debug.zip
101-
path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_debug.apk
101+
path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source_debug.zip
102102
if-no-files-found: ignore
103103
retention-days: 28
104104

0 commit comments

Comments
 (0)