mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
Fix AppVeyor destination path - it’s just leaving the env var string
This commit is contained in:
parent
b21a4fe8d5
commit
9292885494
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@ branches:
|
|||
- /ci.*/
|
||||
- /stable.*/
|
||||
|
||||
init:
|
||||
- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8)
|
||||
|
||||
# We need to only clone the main module because our submodule requires the
|
||||
# encrypted ssh key to access submodules
|
||||
install:
|
||||
|
@ -38,7 +41,7 @@ deploy:
|
|||
secure: XlLzz7sdvrtgi4g459NvxLfrH/+hOutb+0Osz29unfi4Zcw9N8H8SEaq6m3ZeWc+
|
||||
region: us-east-1
|
||||
bucket: merani-builds
|
||||
folder: "client/$(env:appveyor_repo_commit.SubString(0,8))"
|
||||
folder: "client/$(commit)"
|
||||
set_public: true
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue