Skip to content

Commit fda1f89

Browse files
committed
Fix workflow
1 parent abef22b commit fda1f89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ 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' \
291-
'tests/*' 'tests/**'
291+
'test/' 'test/*' 'test/**' \
292292
293293
- name: Upload Addon Asset
294294
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)