修改 docker 编译

This commit is contained in:
bjdgy 2024-01-29 22:13:40 +08:00
parent d5046a4f53
commit b153997cf1
1 changed files with 2 additions and 3 deletions

View File

@ -54,9 +54,8 @@ jobs:
echo "APP_VER=$appVer" >> $GITHUB_ENV
echo "commitId=$commitId" >> $GITHUB_ENV
mkdir server/ui
touch server/ui/a.txt
ls .
mkdir web/ui
touch web/ui/a.txt
#cd server;go mod tidy