Update update-release-assets.yml
This commit is contained in:
2
.github/workflows/update-release-assets.yml
vendored
2
.github/workflows/update-release-assets.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt pyinstaller
|
pip install -r requirements.txt pyinstaller pillow
|
||||||
|
|
||||||
- name: Build app (macOS)
|
- name: Build app (macOS)
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
|
|||||||
Reference in New Issue
Block a user