update powershell file for windows
This commit is contained in:
3
.github/workflows/pake_build.yaml
vendored
3
.github/workflows/pake_build.yaml
vendored
@@ -79,7 +79,8 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
npm run build:all-windows
|
$PSVersionTable
|
||||||
|
.\script\build.ps1
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
env:
|
env:
|
||||||
|
|||||||
5
.github/workflows/pake_build_with_cache.yaml
vendored
5
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -76,8 +76,9 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
npm run build:all-windows
|
$PSVersionTable
|
||||||
|
.\script\build.ps1
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user