This commit is contained in:
isaak654 2023-07-12 12:05:16 +02:00 committed by GitHub
parent 2c82f4c5f2
commit b547b398bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -38,10 +38,7 @@ jobs:
- name: 'Cleanup build folder'
run: |
ls -al ./
rm -rf ./* || true
rm -rf ./.??* || true
ls -al ./
rm -Recurse ${{github.workspace}}\*
- name: Checkout repository
uses: actions/checkout@v3