Skip to content

Commit

Permalink
Update pre_compiled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Sep 14, 2024
1 parent 2fa623d commit 18564c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Clean up unnecessary files
run: |
Remove-Item -Path 'LICENSE', 'run-tensorboard.sh', 'run-install.sh', 'run-applio.sh', 'run-install.bat', 'requirements.txt', '.gitignore', '.github', '.git' -Recurse -Force -ErrorAction SilentlyContinue
Get-ChildItem -Path . -Include __pycache__ -Recurse -Directory | Remove-Item -Force -Recurse -ErrorAction SilentlyContinue
- name: Read version from config.json
id: get-version
run: |
Expand Down

0 comments on commit 18564c6

Please sign in to comment.