diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 93eeb462a..6a636a4c3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -170,4 +170,14 @@ jobs: - name: Run CLI run: | - .\bin\vela version \ No newline at end of file + %cd% + + - name: Run CLI + run: | + New-Item -ItemType Junction -Path "C:\Program Files\vela" -Target "D:\a\kubevela\kubevela\bin\" + vela version + + - name: Run CLI + shell: cmd + run: | + D:\a\kubevela\kubevela\bin\vela version \ No newline at end of file