From 2c8e7f6ae1a2cb4172e6d73eca7786e71caa31c0 Mon Sep 17 00:00:00 2001 From: ruitaoyuan Date: Thu, 12 Jan 2023 21:00:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=93Tag=E8=87=AA=E5=8A=A8=E6=89=93?= =?UTF-8?q?=E5=87=BA=E7=89=88=E6=9C=AC=E5=8C=85=20#3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1bd0ce6..850ab758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: | version="$(basename $GITHUB_REF)" echo "::set-output name=version::$version" - chomd +x scripts/deploy-codecc/packager-codecc.sh + chmod +x scripts/deploy-codecc/packager-codecc.sh codecc_pkg_dir=/dev/shm/codecc ./scripts/deploy-codecc/packager-codecc.sh "$version" bkcodecc-slim.tar.gz "$PWD" - uses: actions/upload-artifact@v1 with: