From e4137e18b948d6e99da5d9b226cb78a0f6110e39 Mon Sep 17 00:00:00 2001 From: ankio Date: Tue, 17 Oct 2023 21:46:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=94=99=E8=AF=AF?= 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 6c781dc..0e5d7c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: extensions: mbstring - name: Install dependencies with Yarn run: | - chmod +x /src/cleanphp/release/clean + chmod +x ./src/cleanphp/release/clean ./src/cleanphp/release/clean release -v=${{ steps.get_tag.outputs.tag_name }} -n=vpay ./src/cleanphp/release/clean release -v=${{ steps.get_tag.outputs.tag_name }} -n=vpay_bt -f=build_bt.php - name: Build Changelog