Skip to content

Commit 0b112a6

Browse files
Update build.yml
1 parent 6c0818e commit 0b112a6

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
@@ -188,6 +188,6 @@ jobs:
188188
uses: actions/upload-artifact@v4
189189
with:
190190
name: native_debug_symbols.zip
191-
path: ~/.local/share/godot/export_templates/${GODOT_VERSION}.${GODOT_RELEASE}/native_debug_symbols.zip
191+
path: ~/.local/share/godot/export_templates/${{ env.GODOT_VERSION }}.${{ env.GODOT_RELEASE }}/native_debug_symbols.zip
192192
if-no-files-found: ignore
193193
retention-days: 28

0 commit comments

Comments
 (0)