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

View File

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