Skip to content

Commit c90e05b

Browse files
committed
GitHub Actions: Don't try to move the folder we are moving into
1 parent 564997a commit c90e05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
working-directory: ./
8888
run: |
8989
mkdir string-locator
90-
mv ./* string-locator/
90+
mv !(string-locator) string-locator/
9191
zip -r string-locator string-locator
9292
9393
- name: Create release

0 commit comments

Comments
 (0)