File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 - name : Install dependencies
6666 run : |
6767 python -m pip install --upgrade pip
68- pip install --only-binary :all: . pyinstaller
68+ pip install --only-binary :all: . pyinstaller pillow requests
6969
7070 - name : Build Windows EXE with PyInstaller
7171 working-directory : ./ideeplc
@@ -76,15 +76,15 @@ jobs:
7676 - name : Upload EXE to artifact
7777 uses : actions/upload-artifact@v4
7878 with :
79- name : iDeepLC-windows-exe
80- path : ideeplc/ dist/*.exe
79+ name : iDeepLC-gui
80+ path : dist/*.exe
8181
8282 - name : Upload EXE to GitHub Release
8383 uses : svenstaro/upload-release-action@v2
8484 with :
8585 repo_token : ${{ secrets.GITHUB_TOKEN }}
8686 tag : ${{ github.ref }}
87- file : ideeplc/ dist/*.exe
87+ file : dist/*.exe
8888 file_glob : true
8989
9090 - name : Upload EXE to GitHub Release page
You can’t perform that action at this time.
0 commit comments