We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077f882 commit 35b8102Copy full SHA for 35b8102
1 file changed
cli/action.yml
@@ -51,7 +51,7 @@ runs:
51
- name: Add Slack CLI to PATH (Windows)
52
if: steps.slack-cli-check.outputs.cli-exists != 'true' && runner.os == 'Windows'
53
shell: pwsh
54
- run: Add-Content -Path $env:GITHUB_PATH -Value "$env:USERPROFILE\.slack\bin" # zizmor: ignore[github-env]
+ run: Add-Content -Path $env:GITHUB_PATH -Value "$env:USERPROFILE\AppData\Local\slack-cli\bin" # zizmor: ignore[github-env]
55
56
- name: Install Slack CLI (Linux/macOS)
57
if: >-
0 commit comments