mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Fixing typo in build workflow
This commit is contained in:
parent
b7e0a998ad
commit
1f8404e92b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -73,8 +73,6 @@ jobs:
|
|||||||
Throw "test env failed."
|
Throw "test env failed."
|
||||||
}
|
}
|
||||||
|
|
||||||
- name:
|
|
||||||
|
|
||||||
- name: ResourceHacker
|
- name: ResourceHacker
|
||||||
run: |
|
run: |
|
||||||
if defined VER_INFO ResourceHacker -open %WIN_PKG% -save %WIN_PKG% -action delete -mask ICONGROUP,1,
|
if defined VER_INFO ResourceHacker -open %WIN_PKG% -save %WIN_PKG% -action delete -mask ICONGROUP,1,
|
||||||
|
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 "D:\a\cli\cli\scripts\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
echo $env:GITHUB_PATH
|
echo $env:GITHUB_PATH
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
|
||||||
shell: pwsh
|
|
||||||
run: |
|
|
||||||
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
|
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
run: |
|
run: |
|
||||||
ResourceHacker -help
|
ResourceHacker -help
|
||||||
|
Loading…
Reference in New Issue
Block a user