We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af3c5b commit 526c131Copy full SHA for 526c131
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
pip install -r requirements.txt
51
52
- name: Create Executable
53
- run: pyinstaller --onefile --name "Produkte-Generator" main.py
+ run: pyinstaller --onefile --name "Produkte-Generator-Linux" main.py
54
55
- name: Upload Artifact
56
uses: actions/upload-artifact@v4
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
+ run: pyinstaller --onefile --name "Produkte-Generator-macOS" main.py
80
81
82
0 commit comments