Skip to content

Commit

Permalink
Fix platform env variable use in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pnedev committed Nov 2, 2022
1 parent 04d369a commit 7ed84a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ after_build:
Push-AppveyorArtifact "Notepad++\plugins\ComparePlus\ComparePlus.dll" -FileName ComparePlus.dll
if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:configuration -eq "Release") {
$ZipFileName = "ComparePlus_$($env:APPVEYOR_REPO_TAG_NAME)_$env:PLATFORM_INPUT.zip"
$ZipFileName = "ComparePlus_$($env:APPVEYOR_REPO_TAG_NAME)_$env:platform.zip"
Remove-Item .\Notepad++\plugins\ComparePlus\*.pdb
7z a $ZipFileName .\Notepad++\plugins\ComparePlus\*
}
Expand Down

0 comments on commit 7ed84a8

Please sign in to comment.