File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Build EXE
3131 run : |
32- python -m PyInstaller --onefile --windowed --icon=python.ico --add-data "python.ico;." --add-data "python.png;." --name="PythonProjectMngr" app.py
32+ python -m PyInstaller --noupx -- onefile --windowed --icon=python.ico --add-data "python.ico;." --add-data "python.png;." --name="PythonProjectMngr" app.py
3333 env :
3434 PYTHONIOENCODING : utf-8
3535
4040 path : dist/PythonProjectMngr.exe
4141
4242 - name : Scan with VirusTotal
43- if : success() && env .VIRUSTOTAL_API_KEY != ''
44- uses : crazy-max/ghaction-virustotal@v4.0.0
45- with :
46- vt_api_key : ${{ secrets.VIRUSTOTAL_API_KEY }}
47- files : dist/PythonProjectMngr.exe
43+ if : success() && secrets .VIRUSTOTAL_API_KEY != ''
44+ uses : crazy-max/ghaction-virustotal@v4.0.0
45+ with :
46+ vt_api_key : ${{ secrets.VIRUSTOTAL_API_KEY }}
47+ files : dist/PythonProjectMngr.exe
You can’t perform that action at this time.
0 commit comments