Skip to content

Commit 82619e7

Browse files
committed
.
1 parent 4ffa68e commit 82619e7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)