We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698f79f commit 5680681Copy full SHA for 5680681
1 file changed
.github/workflows/cd-dockerized-hab-package-security-scan.yaml
@@ -144,13 +144,14 @@ jobs:
144
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
145
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.ps1'))
146
$env:PATH += ";~\bin\hab-1.6.1245-20250905141844-x86_64-windows"
147
- ls "~\bin\hab-1.6.1245-20250905141844-x86_64-windows"
148
Write-Host "one"
149
ls ~/bin
150
Write-Host "two"
151
ls c:/users/runneradmin/bin
152
Write-Host "three"
153
ls c:/hab
+ ls "~\bin\hab-1.6.1245-20250905141844-x86_64-windows"
154
+
155
Write-Host "end"
156
157
- name: Configure Habitat (Windows)
0 commit comments