1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

add WIN_PKG_PATH as artifact

This commit is contained in:
Kyle Spearrin 2019-03-14 20:41:11 -04:00
parent 82c7209f7c
commit dfc047e1c2

View File

@ -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:
- 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'