File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 os : [ windows, macos, linux ]
156156 include :
157157 - os : windows
158- runner : windows-2025
158+ runner : windows-2022
159159 - os : macos
160160 runner : macos-latest
161161 - os : linux
@@ -255,12 +255,12 @@ jobs:
255255 # For some reason, when using Compress-Archive we end up with a corrupted archive once in the release.yml workflow.
256256 # Maybe because of the double compression via the upload-artifact action?
257257 # With a tarball archive, there is no problem.
258- Write-Host "Recreate archive at " $PSModuleTarFilePath" "
258+ Write-Host "Recreate archive at $PSModuleTarFilePath"
259259 tar -cvf "$PSModuleTarFilePath" -C "$PSModuleParentPath" DevolutionsGateway
260260
261- # Verify the the archive by extracting it to /dev/null .
262- Write-Host "Verify archive at " $PSModuleTarFilePath" "
263- tar -xvf "$PSModuleTarFilePath" -C /dev/null
261+ # Verify the the archive.
262+ Write-Host "Verify archive at $PSModuleTarFilePath"
263+ tar -t "$PSModuleTarFilePath"
264264
265265 Set-PSDebug -Off # Too many traces are logged when running New-ModulePackage.
266266 New-ModulePackage $DGatewayPSModulePath $PSModuleParentPath
You can’t perform that action at this time.
0 commit comments