From 88b9d804e9f708630465adf51832f61582dcfa88 Mon Sep 17 00:00:00 2001 From: Ilfat Galiev <zbritva@gmail.com> Date: Tue, 14 Jan 2025 01:12:53 -0800 Subject: [PATCH] Update build --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8234d07..c9263ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout repository @@ -23,11 +23,8 @@ jobs: run: yarn install --ignore-engines - name: Copy config.yml - uses: canastro/copy-action@0.0.2 - with: - source: config.yml - target: ./charticulator/config.yml - + continue-on-error: true + run: mv .\config.yml .\charticulator\config.yml # - name: Build charticulator # env: # NODE_OPTIONS: "--max-old-space-size=8192"