Skip to content

Commit e95b4db

Browse files
committed
Testing a new way of moving files to sub-directories during releases.
1 parent d50866f commit e95b4db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
working-directory: ./
8888
run: |
8989
mkdir string-locator
90-
zip -r string-locator .
90+
ls | grep -v string-locator | xargs mv -t string-locator
91+
zip -r string-locator string-locator
9192
9293
- name: Create release
9394
id: create_release

0 commit comments

Comments
 (0)