From c3faac02189c2b8da5690691f1e88e16844c3988 Mon Sep 17 00:00:00 2001 From: frievoe97 Date: Tue, 27 Aug 2024 16:11:56 +0200 Subject: [PATCH] Adding Windows support --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58f4401..ffc461d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |