From bedfbe5c8335296d194d9965432f703c6ef150ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=95=E8=88=9E=E5=85=AB=E5=BC=A6?= <1677759063@qq.com> Date: Mon, 15 Apr 2024 20:37:01 +0800 Subject: [PATCH] fix: build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07a81f9722494..ae944b2f4fc86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: tar --exclude-from=./mw/.github/workflows/exclude -czvf dist.tgz mw - name: Get current time id: date - run: echo "now=$(date +'%Y-%m-%d-%H-%M-%S')" >> $GIHTUB_OUTPUT + run: echo "now=$(date +'%Y-%m-%d-%H-%M-%S')" >> $GITHUB_TOKEN - name: Create release uses: softprops/action-gh-release@v2 env: