Skip to content

Commit 5680681

Browse files
committed
Update cd-dockerized-hab-package-security-scan.yaml
1 parent 698f79f commit 5680681

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cd-dockerized-hab-package-security-scan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,14 @@ jobs:
144144
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
145145
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.ps1'))
146146
$env:PATH += ";~\bin\hab-1.6.1245-20250905141844-x86_64-windows"
147-
ls "~\bin\hab-1.6.1245-20250905141844-x86_64-windows"
148147
Write-Host "one"
149148
ls ~/bin
150149
Write-Host "two"
151150
ls c:/users/runneradmin/bin
152151
Write-Host "three"
153152
ls c:/hab
153+
ls "~\bin\hab-1.6.1245-20250905141844-x86_64-windows"
154+
154155
Write-Host "end"
155156
156157
- name: Configure Habitat (Windows)

0 commit comments

Comments
 (0)