Commit c35e1e89 authored by 神楽坂玲奈's avatar 神楽坂玲奈

CI

parent c3b8dba0
......@@ -42,6 +42,6 @@ script:
deploy:
provider: script
script: if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then scp dist/mac/MyCard-$TRAVIS_TAG.dmg dist/mac/MyCard-$TRAVIS_TAG-mac.zip root@wudizhanche.mycard.moe; else ls -r; fi
script: bash -c 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ls dist/mac; scp dist/mac/MyCard-$TRAVIS_TAG.dmg dist/mac/MyCard-$TRAVIS_TAG-mac.zip root@wudizhanche.mycard.moe; else then ls dist; ls dist/linux; scp dist/linux/mycard-$TRAVIS_TAG-x86_64.AppImage root@wudizhanche.mycard.moe; fi'
on:
tags: true
\ No newline at end of file
......@@ -55,6 +55,6 @@ deploy:
password:
secure: Eu+oVcSuxpc6BVmjxSgM2yBCRnwRsoUye8QCkaIGlX4=
folder:
secure: /data/upload
secure: SQ05N5WzLmhu9abQhK/EaQ==
on:
appveyor_repo_tag: true
\ No newline at end of file
......@@ -72,7 +72,6 @@
]
},
"dmg": {
"title": "MyCard",
"contents": [
{
"x": 448,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment