Update update-release-assets.yml

This commit is contained in:
Game_Time
2025-08-17 22:00:48 +05:00
committed by GitHub
parent 0bd097d52b
commit fe0fee097a

View File

@@ -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')