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 04d369a commit 7ed84a8Copy full SHA for 7ed84a8
appveyor.yml
@@ -27,7 +27,7 @@ after_build:
27
Push-AppveyorArtifact "Notepad++\plugins\ComparePlus\ComparePlus.dll" -FileName ComparePlus.dll
28
29
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:configuration -eq "Release") {
30
- $ZipFileName = "ComparePlus_$($env:APPVEYOR_REPO_TAG_NAME)_$env:PLATFORM_INPUT.zip"
+ $ZipFileName = "ComparePlus_$($env:APPVEYOR_REPO_TAG_NAME)_$env:platform.zip"
31
Remove-Item .\Notepad++\plugins\ComparePlus\*.pdb
32
7z a $ZipFileName .\Notepad++\plugins\ComparePlus\*
33
}
0 commit comments