File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 run : echo $SI > serverinfo.txt && echo $ULCRT > cert.pem
4949 - name : package cogmood
5050 shell : bash -l {0}
51- run : cd package && python -m PyInstaller cogmood_winkivy20 .spec
51+ run : cd package && python -m PyInstaller cogmood_winkivy .spec
5252 - name : save exe
5353 uses : actions/upload-artifact@v3
5454 with :
8686# path: dist/SUPREME.exe # Path to your Windows executable
8787
8888 build-macos :
89- runs-on : macos-latest
89+ runs-on : macos-13
9090 steps :
9191 - name : Setup tmate session
9292 uses : mxschmitt/action-tmate@v3
@@ -121,7 +121,7 @@ jobs:
121121 run : echo "$SIMAC" > serverinfo.txt && echo "$ULCRTMAC" > cert.pem
122122 - name : package cogmood
123123 shell : bash -l {0}
124- run : cd package && python -m PyInstaller cogmood_mackivy20 .spec
124+ run : cd package && python -m PyInstaller cogmood_mackivy .spec
125125 - name : save exe
126126 uses : actions/upload-artifact@v3
127127 with :
You can’t perform that action at this time.
0 commit comments