未验证 提交 ec55ed39 编写于 作者: A Asher

Fix json key decoding on Mac

It seems the short flag in MacOS is -D, not -d. The long flag is the
same. There are no other options with -d so I'm not sure why.
上级 ee4b939e
......@@ -25,7 +25,7 @@ jobs:
script: yarn && yarn vscode && travis_wait 60 ci/release.sh
before_deploy:
- echo "$JSON_KEY" | base64 -d > ./ci/key.json
- echo "$JSON_KEY" | base64 --decode > ./ci/key.json
deploy:
- provider: releases
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册