Skip to content

Commit 35b8102

Browse files
committed
fix: add to windows path
1 parent 077f882 commit 35b8102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
- name: Add Slack CLI to PATH (Windows)
5252
if: steps.slack-cli-check.outputs.cli-exists != 'true' && runner.os == 'Windows'
5353
shell: pwsh
54-
run: Add-Content -Path $env:GITHUB_PATH -Value "$env:USERPROFILE\.slack\bin" # zizmor: ignore[github-env]
54+
run: Add-Content -Path $env:GITHUB_PATH -Value "$env:USERPROFILE\AppData\Local\slack-cli\bin" # zizmor: ignore[github-env]
5555

5656
- name: Install Slack CLI (Linux/macOS)
5757
if: >-

0 commit comments

Comments
 (0)