Skip to content

Commit 21ee645

Browse files
Update build.yml
1 parent 5c1d85f commit 21ee645

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 release source zip
119+
uses: actions/upload-artifact@v4
120+
with:
121+
name: ${{ env.PROJECT_NAME }}
122+
path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/android_source.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)