mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-28 17:18:23 +01:00
try cd
This commit is contained in:
parent
e6cfa84b73
commit
0f0d9f9a10
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user