ci: try fix ci

This commit is contained in:
Maxim Slipenko 2023-10-06 09:23:03 +03:00
parent 232de9f145
commit 79297850df

View File

@ -47,8 +47,9 @@ jobs:
- name: Установка зависимостей - name: Установка зависимостей
run: poetry install run: poetry install
- name: Сборка - name: Сборка
if: run: |
run: pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }} poetry shell
pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }}
- name: Архивация - name: Архивация
uses: thedoctor0/zip-release@0.7.1 uses: thedoctor0/zip-release@0.7.1
with: with: