From 1383b552e351205c736a40ad5107e2caed5352fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Sat, 12 Jul 2025 03:45:34 +0900 Subject: [PATCH] ci(release): remove DevolutionsGateway-ps-*.tar artifact --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 787d3786b..226e3d69b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -227,6 +227,9 @@ jobs: # Devolutions Agent on Linux does not have any useful feature yet, so we filter out the Linux artifacts. Remove-Item -Path (Join-Path devolutions-agent linux) -Recurse -ErrorAction Ignore + # For the PowerShell module, only upload the nupkg. + Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar) -Recurse -ErrorAction Ignore + - name: Create GitHub release shell: pwsh env: