Update codeql.yml (test)

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

View File

@ -40,7 +40,7 @@ jobs:
- name: 'Cleanup build folder'
run: |
rmdir /s/q ${{ github.workspace }}\*
rmdir /s/q "${{ github.workspace }}\*"
- name: Checkout repository
uses: actions/checkout@v3