update powershell file for windows

This commit is contained in:
Tlntin
2023-03-08 14:12:56 +08:00
parent be8fddeddd
commit fe02ca29f0
2 changed files with 5 additions and 3 deletions

View File

@@ -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:

View File

@@ -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 }}