We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7427c8 commit 5c1d85fCopy full SHA for 5c1d85f
1 file changed
.github/workflows/build.yml
@@ -187,6 +187,6 @@ jobs:
187
uses: actions/upload-artifact@v4
188
with:
189
name: native_debug_symbols.zip
190
- path: ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/native_debug_symbols.zip
+ path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/native_debug_symbols.zip
191
if-no-files-found: ignore
192
retention-days: 28
0 commit comments