mirror of
https://github.com/bitwarden/cli
synced 2025-12-27 13:33:15 +00:00
Fixing typo in build workflow
This commit is contained in:
5
.github/workflows/exp.yml
vendored
5
.github/workflows/exp.yml
vendored
@@ -35,11 +35,6 @@ jobs:
|
||||
echo "D:\a\cli\cli\scripts\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
echo $env:GITHUB_PATH
|
||||
|
||||
- name: ResourceHacker Test
|
||||
shell: pwsh
|
||||
run: |
|
||||
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
|
||||
|
||||
- name: ResourceHacker Test
|
||||
run: |
|
||||
ResourceHacker -help
|
||||
|
||||
Reference in New Issue
Block a user