We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd69d71 commit 8c6f63cCopy full SHA for 8c6f63c
1 file changed
.github/workflows/package.yml
@@ -227,6 +227,7 @@ jobs:
227
if: matrix.os != 'windows' && matrix.project == 'devolutions-gateway'
228
shell: pwsh
229
run: |
230
+ $PSModuleOutputPath = Join-Path ${{ runner.temp }} ${{ matrix.project }} "PowerShell"
231
$PSModuleTarFilePath = Get-ChildItem -Path $PSModuleOutputPath "DevolutionsGateway-ps-*.tar" | Select-Object -First 1
232
Write-Host "Remove PS module archive at $PSModuleTarFilePath"
233
Remove-Item -Path $PSModuleTarFilePath
0 commit comments