From b153997cf1294fa227166078bebf8a7d17a83f40 Mon Sep 17 00:00:00 2001 From: bjdgy <bjdgy@163.com> Date: Mon, 29 Jan 2024 22:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20docker=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64a0de4..3391470 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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