ci: restructure pipeline - test only for test tags, build only for dev/beta, build+docs for release

This commit is contained in:
datadunia
2026-06-18 09:01:36 +07:00
parent d21863ce8f
commit 6f22aad1ad
4 changed files with 73 additions and 35 deletions
+6
View File
@@ -24,6 +24,12 @@ jobs:
go-version: '1.26'
cache: true
- name: Generate Windows resources (UAC manifest + icon)
working-directory: apps/device-agent
run: |
go install github.com/tc-hib/go-winres@latest
go-winres make
- name: Build all platforms
working-directory: apps/device-agent
shell: bash