Skip to content

Commit

Permalink
Don't include sampleaddon in mmip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuffins authored Dec 19, 2020
1 parent f233d6b commit f4fcde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Clean up addon directory
shell: pwsh
run: |
# Remove-Item -Path "${{ github.workspace }}/SampleAddon" -Recurse -Force -Verbose
Remove-Item -Path "${{ github.workspace }}/SampleAddon" -Recurse -Force -Verbose
Remove-Item -Path "${{ github.workspace }}/.git" -Recurse -Force -Verbose
Remove-Item -Path "${{ github.workspace }}/.github" -Recurse -Force -Verbose
Expand Down

0 comments on commit f4fcde7

Please sign in to comment.