Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 25149f5

Browse files
perf: 添加国际化语言目录
1 parent f1ab586 commit 25149f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ before:
66
hooks:
77
# - export NODE_OPTIONS="--max-old-space-size=8192"
88
# - make build_web
9-
- chmod +x ./script.sh
10-
- ./script.sh
9+
- chmod +x ./ci/script.sh
10+
- ./ci/script.sh
1111
- sed -i 's@ORIGINAL_VERSION=.*@ORIGINAL_VERSION=v{{ .Version }}@g' 1pctl
1212
- sed -i 's@/usr/bin/1panel@/usr/local/bin/1panel@g' 1panel.service
1313
- go get -u modernc.org/sqlite
@@ -47,6 +47,7 @@ archives:
4747
- install.sh
4848
- README.md
4949
- LICENSE
50+
- lang/*
5051
# use zip for windows archives
5152
format_overrides:
5253
- goos: windows

0 commit comments

Comments
 (0)