We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564997a commit c90e05bCopy full SHA for c90e05b
1 file changed
.github/workflows/trunk-release-tag.yml
@@ -87,7 +87,7 @@ jobs:
87
working-directory: ./
88
run: |
89
mkdir string-locator
90
- mv ./* string-locator/
+ mv !(string-locator) string-locator/
91
zip -r string-locator string-locator
92
93
- name: Create release
0 commit comments