We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1d85f commit 21ee645Copy full SHA for 21ee645
1 file changed
.github/workflows/build.yml
@@ -115,6 +115,14 @@ jobs:
115
mv ./bin/android_source.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/android_source.zip
116
mv ./bin/android-template-release-native-symbols.zip ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/native_debug_symbols.zip
117
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
+
126
- name: Set up android build template
127
run: |
128
TEMPLATE="android_source.zip"
0 commit comments