Skip to content

Commit 526c131

Browse files
committed
use different names for macOS and Linux executable
1 parent 9af3c5b commit 526c131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install -r requirements.txt
5151
5252
- name: Create Executable
53-
run: pyinstaller --onefile --name "Produkte-Generator" main.py
53+
run: pyinstaller --onefile --name "Produkte-Generator-Linux" main.py
5454

5555
- name: Upload Artifact
5656
uses: actions/upload-artifact@v4
@@ -76,7 +76,7 @@ jobs:
7676
pip install -r requirements.txt
7777
7878
- name: Create Executable
79-
run: pyinstaller --onefile --name "Produkte-Generator" main.py
79+
run: pyinstaller --onefile --name "Produkte-Generator-macOS" main.py
8080

8181
- name: Upload Artifact
8282
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)