Skip to content

Commit

Permalink
Testing a new way of moving files to sub-directories during releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Feb 27, 2022
1 parent d50866f commit e95b4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trunk-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e95b4db

Please sign in to comment.