File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 uses : ./cli
271271 with :
272272 command : " version"
273- version : " 3.13.0-fix-windows-ci-feature "
273+ version : " 3.14.0 "
274274
275275 - name : " test(cli): run a slack cli version check again"
276276 uses : ./cli
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ runs:
7777 run : |
7878 if ($env:SLACK_CLI_VERSION) {
7979 $installer = Join-Path $env:TEMP "install-slack-cli.ps1"
80- Invoke-WebRequest -Uri "https://downloads.slack-edge.com/slack-cli/install-windows-dev .ps1" -OutFile $installer
80+ Invoke-WebRequest -Uri "https://downloads.slack-edge.com/slack-cli/install-windows.ps1" -OutFile $installer
8181 & $installer -v $env:SLACK_CLI_VERSION
8282 } else {
83- irm https://downloads.slack-edge.com/slack-cli/install-windows-dev .ps1 | iex
83+ irm https://downloads.slack-edge.com/slack-cli/install-windows.ps1 | iex
8484 }
8585 env :
8686 SLACK_CLI_VERSION : ${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments