We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f233d6b commit f4fcde7Copy full SHA for f4fcde7
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Clean up addon directory
20
shell: pwsh
21
run: |
22
- # Remove-Item -Path "${{ github.workspace }}/SampleAddon" -Recurse -Force -Verbose
+ Remove-Item -Path "${{ github.workspace }}/SampleAddon" -Recurse -Force -Verbose
23
Remove-Item -Path "${{ github.workspace }}/.git" -Recurse -Force -Verbose
24
Remove-Item -Path "${{ github.workspace }}/.github" -Recurse -Force -Verbose
25
0 commit comments