ci(release): dedupe windows agent exes (build-agent matrix owns them)
This commit is contained in:
@@ -83,14 +83,13 @@ jobs:
|
|||||||
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup-build-env.ps1 -SkipGo -Build -CI
|
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup-build-env.ps1 -SkipGo -Build -CI
|
||||||
if ($LASTEXITCODE -ne 0) { throw "setup-build-env failed" }
|
if ($LASTEXITCODE -ne 0) { throw "setup-build-env failed" }
|
||||||
|
|
||||||
- name: Upload windows artifacts
|
- name: Upload windows desktop artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows-desktop
|
name: windows-desktop
|
||||||
path: |
|
path: |
|
||||||
dist/theta-agent-tray-windows-*.exe
|
dist/theta-agent-tray-windows-*.exe
|
||||||
dist/theta-agent-helper-windows-*.exe
|
dist/theta-agent-helper-windows-*.exe
|
||||||
dist/theta-agent-windows-*.exe
|
|
||||||
dist/theta-agent-*-setup.exe
|
dist/theta-agent-*-setup.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user