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

CI

parent c3b8dba0
...@@ -42,6 +42,6 @@ script: ...@@ -42,6 +42,6 @@ script:
deploy: deploy:
provider: script 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: on:
tags: true tags: true
\ No newline at end of file
...@@ -55,6 +55,6 @@ deploy: ...@@ -55,6 +55,6 @@ deploy:
password: password:
secure: Eu+oVcSuxpc6BVmjxSgM2yBCRnwRsoUye8QCkaIGlX4= secure: Eu+oVcSuxpc6BVmjxSgM2yBCRnwRsoUye8QCkaIGlX4=
folder: folder:
secure: /data/upload secure: SQ05N5WzLmhu9abQhK/EaQ==
on: on:
appveyor_repo_tag: true appveyor_repo_tag: true
\ No newline at end of file
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
] ]
}, },
"dmg": { "dmg": {
"title": "MyCard",
"contents": [ "contents": [
{ {
"x": 448, "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