diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index 6e53d7d..2b2f8ae 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -79,7 +79,8 @@ jobs: if: matrix.os == 'windows-latest' shell: pwsh run: | - npm run build:all-windows + $PSVersionTable + .\script\build.ps1 - name: Upload files env: diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 96c0a2c..84932c6 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -76,8 +76,9 @@ jobs: if: matrix.os == 'windows-latest' shell: pwsh run: | - npm run build:all-windows - + $PSVersionTable + .\script\build.ps1 + - name: Upload files env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}