ci: restructure pipeline - test only for test tags, build only for dev/beta, build+docs for release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user