From 876894d8c6dbc0122bbd6f735ef503ca449548b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 12 Aug 2024 01:17:47 +0800 Subject: [PATCH] build: v2.0.0 fast --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25a5c431..350b4686 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,17 +23,17 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20.x - - name: Build NuCat LiteLoader + - name: Build NuCat Framework run: | npm i - npm run build:liteloader + npm run build:framework cd dist npm i --omit=dev cd .. - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: NapCat.LiteLoader + name: NapCat.Framework path: dist Build-Shell: if: ${{ startsWith(github.event.head_commit.message, 'build:') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0293a118..531f5e31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,17 +46,17 @@ jobs: with: node-version: 20.x - - name: Build NuCat LiteLoader + - name: Build NuCat Framework run: | npm i - npm run build:liteloader + npm run build:framework cd dist npm i --omit=dev cd .. - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: NapCat.LiteLoader + name: NapCat.Framework path: dist Build-Shell: runs-on: ubuntu-latest @@ -116,7 +116,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} body_path: CHANGELOG.md files: | - NapCat.LiteLoader.zip + NapCat.Framework.zip NapCat.Shell.zip # NapCat.darwin.x64.zip # NapCat.darwin.arm64.zip