Skip to content

Commit

Permalink
Add: GH Workflow for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam ⚡ <[email protected]>
  • Loading branch information
QAInsights committed Nov 23, 2023
1 parent 27fff8e commit 6ec0b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:

- name: Generate app for windows
run: |
python windows\setup.py bdist_msi
mv dist dist-windows
python .\windows\setup.py bdist_msi
mv dist dist-windows
- name: Convert dist-intel to DMG
run: |
Expand Down

0 comments on commit 6ec0b76

Please sign in to comment.