From 2e30e6de131f317cf40ef1a516098f8a5076254a Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sun, 7 Aug 2022 00:38:03 +0200 Subject: fix: only compile windows build on windows ci --- .github/workflows/dev_builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index bd68d1a..fd4dbd6 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -6,7 +6,7 @@ on: jobs: build: - name: "Create development builds" + name: "Create Windows development builds" runs-on: "windows-latest" steps: - name: Checkout repository @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: npm install --force - name: Create builds - run: npm run build + run: npm run build:windows - name: Archive production artifacts uses: actions/upload-artifact@v3 with: -- cgit v1.2.3