mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
add WIN_PKG_PATH as artifact
This commit is contained in:
parent
82c7209f7c
commit
dfc047e1c2
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user