Skip to content

Commit 5c1d85f

Browse files
Fix debug symbol upload path
1 parent e7427c8 commit 5c1d85f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ jobs:
187187
uses: actions/upload-artifact@v4
188188
with:
189189
name: native_debug_symbols.zip
190-
path: ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/native_debug_symbols.zip
190+
path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/native_debug_symbols.zip
191191
if-no-files-found: ignore
192192
retention-days: 28

0 commit comments

Comments
 (0)