Skip to content

Commit

Permalink
Update release-and-publish-core.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Feb 9, 2024
1 parent 9424c65 commit 7f27e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
$log = "Auto Build"
$downloadUrl = "https://download.weixitianli.com/d/TianLiUpdateService/cvAutoTrack.Core/" + $cvAutoTrackFile
$jsonBody = GenVersionPostBody -version $version -cvAutoTrackFile $cvAutoTrackFile -log $log -downloadUrl $downloadUrl -depsJson $depsJson
echo $jsonBody > ${{github.workspace}}/Release/version.json
$token = '${{ env.UpdataToken }}'
Write-File -Path ${{github.workspace}}/Release/cvAutoTrack.json -Value $jsonBody
$info = PostVersion -token $token -jsonBody $jsonBody
Write-Host "PostVersion: $info"

0 comments on commit 7f27e9e

Please sign in to comment.