Skip to content

Commit d50866f

Browse files
committed
Change to zipping the current directory instead of a sub-directory when making the release zip
1 parent c90e05b commit d50866f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/trunk-release-tag.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ jobs:
8787
working-directory: ./
8888
run: |
8989
mkdir string-locator
90-
mv !(string-locator) string-locator/
91-
zip -r string-locator string-locator
90+
zip -r string-locator .
9291
9392
- name: Create release
9493
id: create_release

0 commit comments

Comments
 (0)