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