This commit is contained in:
Kyle Spearrin 2019-06-10 14:40:38 -04:00
parent e6cfa84b73
commit 0f0d9f9a10
1 changed files with 3 additions and 1 deletions

View File

@ -101,9 +101,11 @@ on_success:
- ps: |
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
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\com.x8bit.bitwarden.apk alpha
cd $env:APPVEYOR_BUILD_FOLDER
}
on_finish: