From 1f95c74f1e82eb83a793ab55c09dc41a27cc5c5f Mon Sep 17 00:00:00 2001 From: Skyxim Date: Sun, 29 May 2022 21:04:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=AF=86=E5=88=AB=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 2491f013..78d9d4b2 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -43,7 +43,7 @@ jobs: env: NAME: Clash.Meta BINDIR: bin - run: make -j releases + run: make -j$(($(nproc) + 1)) releases - name: Delete current release assets uses: andreaswilli/delete-release-assets-action@v2.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 45d0841f..4b2b60da 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: env: NAME: Clash.Meta BINDIR: bin - run: make -j releases + run: make -j$(($(nproc) + 1)) releases - name: Upload Release uses: softprops/action-gh-release@v1