提交 be3214ab 编写于 作者: LinuxSuRen's avatar LinuxSuRen

Download bindata

上级 c89ec81f
......@@ -15,6 +15,8 @@ jobs:
go-version: 1.13
id: go
- uses: actions/checkout@v1
- name: Download bindata
run: go-bindata-download-linux
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
......
......@@ -94,6 +94,7 @@ gettext:
go-xgettext -k=i18n.T "${JCLI_FILES}" > app/i18n/jcli.pot
gen-data:
export PATH=$PATH:${PWD}/bin
cd app/i18n && go-bindata -o bindata.go -pkg i18n jcli/zh_CN/LC_MESSAGES/
image:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册