From 037ad3c57cd97ae6a86370597a3142f1aafb8109 Mon Sep 17 00:00:00 2001 From: hy Date: Mon, 2 Dec 2024 11:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=A0=BC=E5=BC=8F=EF=BC=8C=E4=BD=BF=E7=94=A8=E4=B8=8B?= =?UTF-8?q?=E5=88=92=E7=BA=BF=E6=9B=BF=E4=BB=A3=E7=A9=BA=E6=A0=BC=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 719cbb3..b78a9eb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -31,7 +31,7 @@ jobs: GOARCH: ${{ matrix.goarch }} CGO_ENABLED: 0 run: | - BUILD_TIME=$(date "+%F %T") + BUILD_TIME=$(date "+%F_%T") GIT_COMMIT=$(git rev-parse HEAD) VERSION=${GITHUB_REF#refs/tags/}