From bfd040637d71a0558834d7ee227f6debb2cb5872 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 8 Mar 2023 15:51:36 +0800 Subject: [PATCH] update powershell file for windows --- .github/workflows/pake_build.yaml | 2 +- .github/workflows/pake_build_with_cache.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index 1cc7903..6e53d7d 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -79,7 +79,7 @@ jobs: if: matrix.os == 'windows-latest' shell: pwsh run: | - build:all-windows + npm run build:all-windows - name: Upload files env: diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 4adb497..db3ba57 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -76,7 +76,7 @@ jobs: if: matrix.os == 'windows-latest' shell: pwsh run: | - build:all-windows + npm run build:all-windows - name: Upload files env: