We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0192292 commit 939c66dCopy full SHA for 939c66d
1 file changed
.github/workflows/build.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Upload release source zip
119
uses: actions/upload-artifact@v4
120
with:
121
- name: ${{ env.PROJECT_NAME }}
+ name: ${{ env.PROJECT_NAME }}-src
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
0 commit comments