Skip to content

Commit 94837e5

Browse files
committed
ci(release): exclude DevolutionsAgentUpdater from GitHub releases
It is an internal MSI update helper bundled inside the installer, not a useful standalone download for end users.
1 parent 9a85d4f commit 94837e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ jobs:
361361
# Do not upload tun2socks.exe by itself.
362362
Remove-Item -Path (Join-Path devolutions-agent tun2socks) -Recurse
363363
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+
364367
# For the PowerShell module, only upload the nupkg.
365368
Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar)
366369
shell: pwsh

0 commit comments

Comments
 (0)