File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 5353 export KIVY_GL_BACKEND=angle_sdl2
5454 python -m PyInstaller cogmood_windows.spec
5555 - name : save exe
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
58- name : SUPREME
58+ name : SUPREME.exe
5959 path : package/dist/SUPREME.exe
6060
6161
@@ -101,8 +101,6 @@ jobs:
101101 python3 -m pip install --upgrade pip
102102 python3 -m pip install --target $PWD/python_packages --only-binary=:all: --platform macosx_10_13_universal2 -r requirements.txt
103103 export PYTHONPATH=$PWD/python_packages:$PYTHONPATH
104-
105-
106104
107105 - name : Build executable with PyInstaller
108106 run : |
@@ -114,5 +112,5 @@ jobs:
114112 - name : Upload macOS executable
115113 uses : actions/upload-artifact@v4
116114 with :
117- name : SUPREME
118- path : package/dist/SUPREME
115+ name : SUPREME.app
116+ path : package/dist/SUPREME.app
You can’t perform that action at this time.
0 commit comments