Skip to content

Commit 8c6f63c

Browse files
committed
.
1 parent fd69d71 commit 8c6f63c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ jobs:
227227
if: matrix.os != 'windows' && matrix.project == 'devolutions-gateway'
228228
shell: pwsh
229229
run: |
230+
$PSModuleOutputPath = Join-Path ${{ runner.temp }} ${{ matrix.project }} "PowerShell"
230231
$PSModuleTarFilePath = Get-ChildItem -Path $PSModuleOutputPath "DevolutionsGateway-ps-*.tar" | Select-Object -First 1
231232
Write-Host "Remove PS module archive at $PSModuleTarFilePath"
232233
Remove-Item -Path $PSModuleTarFilePath

0 commit comments

Comments
 (0)