Commit 93a137f5 authored by mercury233's avatar mercury233

test appveyor

parent 6d6f6379
...@@ -60,6 +60,7 @@ after_build: ...@@ -60,6 +60,7 @@ after_build:
- git config --global credential.helper store - git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- bash -c "git tag -d latest ; exit 0"
- git tag latest HEAD - git tag latest HEAD
- git push -f origin latest - git push -f origin latest
......
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