Skip to content

Commit de87f41

Browse files
Delete bash scripts in project root as well (#578)
Delete bash scripts in project root as well to prevent wait script from being included in release files
1 parent d6d2dfe commit de87f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Cleanup root Northstar repository files
8383
working-directory: northstar
8484
run: |
85-
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example
85+
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh
8686
- name: Upload
8787
uses: actions/upload-artifact@v3
8888
with:

0 commit comments

Comments
 (0)