fix windows workflow

This commit is contained in:
Abdenasser 2024-11-08 01:20:56 +01:00
parent 1943368046
commit 6892baa65e

View File

@ -41,6 +41,7 @@ jobs:
run: npm run build run: npm run build
- name: Build Windows Executable - name: Build Windows Executable
shell: bash # Force using bash shell for consistent environment variable setting
run: | run: |
echo "Building Windows executable..." echo "Building Windows executable..."
npm run tauri build npm run tauri build