From 9e4d17cc7cfe12fe330c56d94d929329ee2b591a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 16 Mar 2019 22:07:58 -0400 Subject: [PATCH] fix PACKAGE_VERSION env variable --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cdf90402..c012fa2e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -81,12 +81,12 @@ build_script: else { Push-AppveyorArtifact .\dist\Bitwarden-Connector-Portable-${env:PACKAGE_VERSION}.exe Push-AppveyorArtifact .\dist\Bitwarden-Connector-Installer-${env:PACKAGE_VERSION}.exe - Push-AppveyorArtifact .\dist\bwdc-windows-%PACKAGE_VERSION%.zip - Push-AppveyorArtifact .\dist\bwdc-mac-%PACKAGE_VERSION%.zip - Push-AppveyorArtifact .\dist\bwdc-linux-%PACKAGE_VERSION%.zip - Push-AppveyorArtifact .\dist\bwdc-windows-sha256-%PACKAGE_VERSION%.txt - Push-AppveyorArtifact .\dist\bwdc-mac-sha256-%PACKAGE_VERSION%.txt - Push-AppveyorArtifact .\dist\bwdc-linux-sha256-%PACKAGE_VERSION%.txt + Push-AppveyorArtifact .\dist\bwdc-windows-${env:PACKAGE_VERSION}.zip + Push-AppveyorArtifact .\dist\bwdc-mac-${env:PACKAGE_VERSION}.zip + Push-AppveyorArtifact .\dist\bwdc-linux-${env:PACKAGE_VERSION}.zip + Push-AppveyorArtifact .\dist\bwdc-windows-sha256-${env:PACKAGE_VERSION}.txt + Push-AppveyorArtifact .\dist\bwdc-mac-sha256-${env:PACKAGE_VERSION}.txt + Push-AppveyorArtifact .\dist\bwdc-linux-sha256-${env:PACKAGE_VERSION}.txt } on_finish: