We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a85d4f commit 94837e5Copy full SHA for 94837e5
1 file changed
.github/workflows/release.yml
@@ -361,6 +361,9 @@ jobs:
361
# Do not upload tun2socks.exe by itself.
362
Remove-Item -Path (Join-Path devolutions-agent tun2socks) -Recurse
363
364
+ # DevolutionsAgentUpdater is an internal MSI update helper, not a standalone download.
365
+ Get-ChildItem -Path devolutions-agent -Recurse -Filter 'DevolutionsAgentUpdater_*' -File | Remove-Item
366
+
367
# For the PowerShell module, only upload the nupkg.
368
Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar)
369
shell: pwsh
0 commit comments