Skip to content

Commit

Permalink
Update build process and Windows SDK version to 10.0.2004
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent bc5be0d commit f354879
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ jobs:
- name: Install dependencies
run: npm install

- name: Find Windows Kit Path
run: |
$windowsKitPath = (Get-ChildItem "C:\Program Files (x86)\Windows Kits\10\bin" -Recurse -Directory | Where-Object { $_.Name -match "x64" }).FullName
echo "WINDOWS_KIT_PATH=$windowsKitPath" >> $GITHUB_ENV
shell: pwsh

- name: Build app
run: npm run make
env:
WINDOWS_KIT_PATH: ${{ env.WINDOWS_KIT_PATH }}

- name: Extract version from package.json
run: |
Expand Down

0 comments on commit f354879

Please sign in to comment.