From da158b0adc8e09a234807e12230e8756dcd2dc55 Mon Sep 17 00:00:00 2001 From: wmantly Date: Sun, 9 Aug 2026 19:46:56 -0700 Subject: [PATCH] ci(release): dedupe windows agent exes (build-agent matrix owns them) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d77b21..56e2eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,14 +83,13 @@ jobs: powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup-build-env.ps1 -SkipGo -Build -CI if ($LASTEXITCODE -ne 0) { throw "setup-build-env failed" } - - name: Upload windows artifacts + - name: Upload windows desktop artifacts uses: actions/upload-artifact@v4 with: name: windows-desktop path: | dist/theta-agent-tray-windows-*.exe dist/theta-agent-helper-windows-*.exe - dist/theta-agent-windows-*.exe dist/theta-agent-*-setup.exe if-no-files-found: error