Skip to content

Commit

Permalink
add:添加删除版本号脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed May 2, 2023
1 parent b10a320 commit d3353b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/delete_version.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$version = Get-Content version.ver

$token="cvAutoTrackTmpToken"
$url='http://update.api.weixitianli.com/cvAutoTrack/Version?token='+$token+'?version='+$version
echo $url
Invoke-RestMethod -Method Put -Uri $url -ContentType 'application/json'

0 comments on commit d3353b8

Please sign in to comment.