1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

switching to powershell for the search

This commit is contained in:
Joseph Flinn 2021-01-06 21:18:30 +00:00
parent d3f330e41f
commit 25b978b9d3

View File

@ -25,4 +25,5 @@ jobs:
pkg --help
- name: Search for fetchd
run: dir \*fetched* /s
shell: pwsh
run: Get-ChildItem C:\*fetched*win-x64 -recurse