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
This commit is contained in:
GeckoEidechse 2023-11-02 13:32:13 +01:00 committed by GitHub
parent d6d2dfe47d
commit de87f41b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
- name: Cleanup root Northstar repository files
working-directory: northstar
run: |
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh
- name: Upload
uses: actions/upload-artifact@v3
with: