File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010before :
1111 hooks :
1212 # Build the frontend first (similar to your build.sh)
13- - cd web/frontend && npm ci && npm run build
13+ - sh -c " cd web/frontend && npm ci && npm run build"
1414 # Copy frontend dist to internal/web for embedding
1515 - rm -rf internal/web/dist
1616 - cp -r web/frontend/dist internal/web/
@@ -39,11 +39,13 @@ builds:
3939# Archive configuration
4040archives :
4141 - id : default
42- format : tar.gz
43- # Use zip for windows
4442 format_overrides :
4543 - goos : windows
4644 format : zip
45+ - goos : linux
46+ format : tar.gz
47+ - goos : darwin
48+ format : tar.gz
4749 name_template : >-
4850 {{ .ProjectName }}_
4951 {{- title .Os }}_
@@ -62,7 +64,7 @@ checksum:
6264
6365# Snapshot configuration
6466snapshot :
65- name_template : " {{ incpatch .Version }}-next"
67+ version_template : " {{ incpatch .Version }}-next"
6668
6769# Changelog configuration
6870changelog :
You can’t perform that action at this time.
0 commit comments