Skip to content

Commit 9c84171

Browse files
Update build.yml
1 parent a0458c8 commit 9c84171

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
@@ -115,6 +115,14 @@ jobs:
115115
mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source.zip
116116
mv ./bin/android-template-release-native-symbols.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/native_debug_symbols.zip
117117
118+
- name: Upload debug source template
119+
uses: actions/upload-artifact@v4
120+
with:
121+
name: android_source_debug.zip
122+
path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source_debug.zip
123+
if-no-files-found: ignore
124+
retention-days: 28
125+
118126
- name: Set up android build template
119127
run: |
120128
TEMPLATE="android_source.zip"

0 commit comments

Comments
 (0)