1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-05-06 22:05:48 +05:30

refactor: improved windows arch specific configs and shell spawning

This commit is contained in:
2026-04-30 12:16:32 +05:30
Verified
parent 9923abb9da
commit 1748eb59fb
6 changed files with 77 additions and 12 deletions

View File

@@ -37,11 +37,11 @@ jobs:
- platform: 'windows-latest'
target_platform: 'win32'
target_arch: 'x64'
args: ''
args: '--target x86_64-pc-windows-msvc --config ./src-tauri/tauri.windows-x86_64.conf.json'
- platform: 'windows-11-arm'
target_platform: 'win32'
target_arch: 'arm64'
args: '--target aarch64-pc-windows-msvc'
args: '--target aarch64-pc-windows-msvc --config ./src-tauri/tauri.windows-aarch64.conf.json'
runs-on: ${{ matrix.platform }}
steps:
- name: 🚚 Checkout repository