From e95b4db6756adce45308b6fc2a4e442d8e253311 Mon Sep 17 00:00:00 2001 From: Marius Jensen Date: Sun, 27 Feb 2022 14:31:43 +0100 Subject: [PATCH] Testing a new way of moving files to sub-directories during releases. --- .github/workflows/trunk-release-tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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