We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38506cc commit f701208Copy full SHA for f701208
appveyor.yml
@@ -71,7 +71,7 @@ after_build:
71
md deploy\NppGTags\NppGTags -Force | Out-Null
72
Copy-Item _build\$env:CONFIGURATION\NppGTags.dll deploy\NppGTags\NppGTags.dll
73
Copy-Item bin\NppGTags\*.* deploy\NppGTags\NppGTags\
74
- 7z a $ZipFileName .\deploy\*
+ 7z a $ZipFileName .\deploy\NppGTags\*
75
Remove-Item deploy\NppGTags\NppGTags.dll
76
Remove-Item deploy\NppGTags\NppGTags\*.*
77
}
0 commit comments