We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d2dfe commit de87f41Copy full SHA for de87f41
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Cleanup root Northstar repository files
83
working-directory: northstar
84
run: |
85
- rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example
+ rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh
86
- name: Upload
87
uses: actions/upload-artifact@v3
88
with:
0 commit comments