From 0319b70a56e2793cef324b16c7c215f2a5da6f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81Ash=C3=BB=EA=A7=82?= <30575805+Ashu11-A@users.noreply.github.com> Date: Mon, 27 May 2024 15:39:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20action=20Build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f8d9a066..0973ceab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,11 +29,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Build - run: npm run build - - name: Pre-build - run: npm run build:release -- --pre-build + run: npm run build -- --pre-build - uses: actions/upload-artifact@v4 name: Upload artifact @@ -75,7 +72,7 @@ jobs: apt update && apt install -y nodejs run: | npm i - npm run build:release -- --only-build + npm run build:release -- --pkg - name: Node.js ${{ matrix.node-version }} if: matrix.arch == 'x64' @@ -91,7 +88,7 @@ jobs: - name: Build Release if: matrix.arch == 'x64' - run: npm run build:release -- --only-build + run: npm run build:release -- --pkg - uses: actions/upload-artifact@v4 name: Upload artifact