Skip to content

Commit 9c5754d

Browse files
committed
Fix workflow
1 parent abef22b commit 9c5754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
-x '*/.gitignore' \
286286
'*.zip' \
287287
'.godot/*' '.godot/**' \
288-
'addons/gut/*' 'addons/gut/**' 'addons/gut'\
288+
'addons/gut/*' 'addons/gut/**' 'addons/gut' \
289289
'.gut*' \
290290
'run_tests.sh' \
291291
'tests/*' 'tests/**'

0 commit comments

Comments
 (0)