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