aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-08-07 00:38:03 +0200
committerAlystrasz <contact@remyraes.com>2022-08-07 00:38:03 +0200
commit2e30e6de131f317cf40ef1a516098f8a5076254a (patch)
treea805ce9202dc5cf1b18dcdc03a1535965e8969e7 /.github
parentf865f6d8133a5f5c091d887170ef680dbcb34339 (diff)
downloadViper-2e30e6de131f317cf40ef1a516098f8a5076254a.tar.gz
Viper-2e30e6de131f317cf40ef1a516098f8a5076254a.zip
fix: only compile windows build on windows ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dev_builds.yml4
1 files changed, 2 insertions, 2 deletions
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: