We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0818e commit 0b112a6Copy full SHA for 0b112a6
1 file changed
.github/workflows/build.yml
@@ -188,6 +188,6 @@ jobs:
188
uses: actions/upload-artifact@v4
189
with:
190
name: native_debug_symbols.zip
191
- 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
192
if-no-files-found: ignore
193
retention-days: 28
0 commit comments