diff --git a/.github/workflows/trunk-release-tag.yml b/.github/workflows/trunk-release-tag.yml index 5a8843d..a125a22 100644 --- a/.github/workflows/trunk-release-tag.yml +++ b/.github/workflows/trunk-release-tag.yml @@ -87,7 +87,8 @@ jobs: working-directory: ./ run: | mkdir string-locator - zip -r string-locator . + ls | grep -v string-locator | xargs mv -t string-locator + zip -r string-locator string-locator - name: Create release id: create_release