diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/dev_builds.yml | 4 |
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: |