Skip to content

Commit f4fcde7

Browse files
authored
Don't include sampleaddon in mmip
1 parent f233d6b commit f4fcde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Clean up addon directory
2020
shell: pwsh
2121
run: |
22-
# Remove-Item -Path "${{ github.workspace }}/SampleAddon" -Recurse -Force -Verbose
22+
Remove-Item -Path "${{ github.workspace }}/SampleAddon" -Recurse -Force -Verbose
2323
Remove-Item -Path "${{ github.workspace }}/.git" -Recurse -Force -Verbose
2424
Remove-Item -Path "${{ github.workspace }}/.github" -Recurse -Force -Verbose
2525

0 commit comments

Comments
 (0)