Skip to content

Commit 7ed84a8

Browse files
committed
Fix platform env variable use in appveyor.yml
1 parent 04d369a commit 7ed84a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ after_build:
2727
Push-AppveyorArtifact "Notepad++\plugins\ComparePlus\ComparePlus.dll" -FileName ComparePlus.dll
2828
2929
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:configuration -eq "Release") {
30-
$ZipFileName = "ComparePlus_$($env:APPVEYOR_REPO_TAG_NAME)_$env:PLATFORM_INPUT.zip"
30+
$ZipFileName = "ComparePlus_$($env:APPVEYOR_REPO_TAG_NAME)_$env:platform.zip"
3131
Remove-Item .\Notepad++\plugins\ComparePlus\*.pdb
3232
7z a $ZipFileName .\Notepad++\plugins\ComparePlus\*
3333
}

0 commit comments

Comments
 (0)