Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Apr 14, 2018
1 parent d26801a commit 7ec509e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ script:
- mv dust3d.app dust3d-unstable.app
- macdeployqt dust3d-unstable.app -dmg

before_deploy:
- git config --local user.name "huxingyi"
- git config --local user.email "huxingyi@msn.com"
- git tag -d dust3d-unstable
- git push origin :dust3d-unstable
- git tag dust3d-unstable

deploy:
- provider: releases
api_key:
Expand All @@ -47,7 +40,7 @@ deploy:
overwrite: true
skip_cleanup: true
on:
tags: false
tags: true
condition: $TRAVIS_OS_NAME = osx
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ artifacts:
name: platform_zips

deploy:
release: dust3d-unstable
description: 'Unstable release for test purpose only'
release: unstable-win
description: 'Unstable release for test purpose only. The source code is attached when this release first created, and it is not get updated while the binary been replaced on each commit.'
force_update: true
provider: GitHub
auth_token:
Expand Down

0 comments on commit 7ec509e

Please sign in to comment.