From 7f27e9e5c5aad25ffc3177362c673844e5430bf2 Mon Sep 17 00:00:00 2001 From: Yu SuiXian <47711102+GengGode@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:31:23 +0800 Subject: [PATCH] Update release-and-publish-core.yml file --- .github/workflows/release-and-publish-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-publish-core.yml b/.github/workflows/release-and-publish-core.yml index 685314e..020907d 100644 --- a/.github/workflows/release-and-publish-core.yml +++ b/.github/workflows/release-and-publish-core.yml @@ -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" \ No newline at end of file