Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-wlj authored Sep 3, 2023
1 parent 5233405 commit ba9da75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# 提取tag_name的值
$tagName = $response2.tag_name
echo $tagName
if ($tagName -contains $jxxghp_version){
if ($tagName -contains $jxxghp_version) {
Write-Output "版本相同,无需更新"
exit 1
} else {
Expand Down

0 comments on commit ba9da75

Please sign in to comment.