From 7a90045e8da828482cb19f568dec629c1a83fe33 Mon Sep 17 00:00:00 2001 From: Davox Date: Tue, 19 Dec 2023 18:38:37 +0100 Subject: [PATCH] fix build --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a325e5e..eba5f75 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,13 +18,13 @@ jobs: run: npm install - name: Build on Ubuntu if: matrix.os == 'ubuntu-latest' - run: npm run build-linux + run: npm run build:linux - name: Build on Windows if: matrix.os == 'windows-latest' - run: npm run build-windows + run: npm run build:win - name: Build on macOS if: matrix.os == 'macos-latest' - run: npm run build-mac + run: npm run build:macos - name: Archive Artifacts uses: actions/upload-artifact@v2 with: