fix: 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:29:47 +01:00
parent d6d2dfe47d
commit 1e0bcccf62

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: