Update main.yml

This commit is contained in:
陈杰松 2020-05-09 02:49:35 +08:00 committed by GitHub
parent 35d0ae9ae6
commit 47827a3fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
- name: 嵌入静态资源
run: |
go get github.com/rakyll/statik
~/statik -src=./assets/build/ -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico -f
statik -src=./assets/build/ -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico -f
- name: 设置编译环境
run: |