Browse Source

add WIN_PKG_PATH as artifact

pull/76/head
Kyle Spearrin 7 years ago
parent
commit
dfc047e1c2
  1. 5
      appveyor.yml

5
appveyor.yml

@ -34,10 +34,6 @@ build_script: @@ -34,10 +34,6 @@ build_script:
"-open .\version-info.rc -save .\version-info.res -action compile"
Start-Process -FilePath $rh -ArgumentList `
"-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action addoverwrite -resource .\version-info.res,"
ls
cd C:\Users\appveyor\.pkg-cache\v2.5
ls
cd $env:APPVEYOR_BUILD_FOLDER
}
- cmd: npm install
- cmd: npm run dist
@ -61,6 +57,7 @@ artifacts: @@ -61,6 +57,7 @@ artifacts:
- path: dist/bw-macos-sha256-%PACKAGE_VERSION%.txt
- path: dist/bw-linux-sha256-%PACKAGE_VERSION%.txt
- path: dist/chocolatey/bitwarden-cli.%PACKAGE_VERSION%.nupkg
- path: '%WIN_PKG_PATH%'
cache:
- 'C:\Users\appveyor\.pkg-cache\ -> package.json'

Loading…
Cancel
Save