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