Skip to content

Commit

Permalink
Adding Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Aug 27, 2024
1 parent 5ad2b11 commit c3faac0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ jobs:
- name: Run Build Script for Windows
run: |
python build_script_windows.py # Führt das Windows-Build-Skript aus
ls -a
- name: List Files in dist
run: |
cd dist
ls -a
cd ..
dir # Auf Windows verwendet, um den Inhalt des Verzeichnisses aufzulisten
- name: Zip the .exe file
run: |
Expand Down

0 comments on commit c3faac0

Please sign in to comment.