Skip to content

Commit e2e6d9e

Browse files
committed
ci(workflow): 更新VIPM作业中的输出设置方式
使用新的GITHUB_OUTPUT环境变量替代已弃用的set-output命令
1 parent b439f66 commit e2e6d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/VIPM_Job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- id: vip-name
8888
run:
8989
$vipName=Split-Path -Path ${{ steps.build-vip.outputs.Result }} -Leaf;
90-
Write-Host "::set-output name=vipName::"$vipName""
90+
echo "vipName=$vipName" >> $env:GITHUB_OUTPUT
9191
shell: powershell
9292

9393
- name: Upload a Build Artifact

0 commit comments

Comments
 (0)