We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436989 commit 6a8880eCopy full SHA for 6a8880e
.github/workflows/software.yml
@@ -76,6 +76,22 @@ jobs:
76
name: inputmodule-control.exe
77
path: target/x86_64-pc-windows-msvc/release/inputmodule-control.exe
78
79
+ build-gui:
80
+ name: Build GUI
81
+ runs-on: windows-latest
82
+# runs-on: ubuntu-22.04
83
+ steps:
84
+ - uses: actions/checkout@v3
85
+
86
+ - name: Create Executable
87
+ uses: Martin005/pyinstaller-action@main
88
+ with:
89
+ python_ver: '3.11'
90
+ spec: ledmatrix_control.py #'src/build.spec'
91
+ requirements: 'requirements.txt'
92
+ upload_exe_with_name: 'ledmatrix_control.py'
93
+ options: --onefile, --name "LED Matrix Control", --windowed,
94
95
lints:
96
name: Lints
97
runs-on: ubuntu-22.04
0 commit comments