Skip to content

Commit 92b898b

Browse files
committed
Update publish.yml
1 parent 0bb2ee0 commit 92b898b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)