1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-08 12:35:24 +02:00
This commit is contained in:
Kyle Spearrin 2019-06-10 14:40:38 -04:00
parent e6cfa84b73
commit 0f0d9f9a10

View File

@ -101,9 +101,11 @@ on_success:
- ps: | - ps: |
if($isWindows -and $env:PLAY_DEC_SECRET) { if($isWindows -and $env:PLAY_DEC_SECRET) {
secure-file\tools\secure-file -decrypt store\google\Publisher\play_creds.json.enc -secret $env:PLAY_DEC_SECRET secure-file\tools\secure-file -decrypt store\google\Publisher\play_creds.json.enc -secret $env:PLAY_DEC_SECRET
dotnet store\google\Publisher\bin\Release\netcoreapp2.0\Publisher.dll ` cd store\google\Publisher\bin\Release\netcoreapp2.0
dotnet Publisher.dll `
$env:APPVEYOR_BUILD_FOLDER\store\google\Publisher\play_creds.json ` $env:APPVEYOR_BUILD_FOLDER\store\google\Publisher\play_creds.json `
$env:APPVEYOR_BUILD_FOLDER\com.x8bit.bitwarden.apk alpha $env:APPVEYOR_BUILD_FOLDER\com.x8bit.bitwarden.apk alpha
cd $env:APPVEYOR_BUILD_FOLDER
} }
on_finish: on_finish: