修复zashboard面板下载
This commit is contained in:
6
.github/workflows/bin_update.yml
vendored
6
.github/workflows/bin_update.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
echo 下载meta-xd面板
|
||||
curl -kfSL -o meta_xd.zip https://github.com/MetaCubeX/metacubexd/archive/gh-pages.zip
|
||||
echo 下载zashboard面板
|
||||
curl -kfSL -o zashboard.zip https://github.com/Zephyruso/zashboard/archive/gh-pages.zip
|
||||
curl -kfSL -o zashboard.zip https://github.com/Zephyruso/zashboard/releases/latest/download/dist-cdn-fonts.zip
|
||||
echo 解压缩
|
||||
# unzip -o clashdb.zip > /dev/null
|
||||
unzip -o yacd.zip > /dev/null
|
||||
@@ -92,8 +92,8 @@ jobs:
|
||||
echo 解压缩zashboard
|
||||
unzip -o zashboard.zip > /dev/null
|
||||
cd dist
|
||||
echo 删除字体文件
|
||||
find -name '*.ttf' | xargs rm -rf
|
||||
echo 添加CNAME文件
|
||||
echo 'board.zash.run.place' > CNAME
|
||||
tar -zcvf zashboard.tar.gz * > /dev/null
|
||||
mv -f zashboard.tar.gz ../
|
||||
|
||||
|
||||
Reference in New Issue
Block a user