From bdb346fd17ad4e8d0f1d439be26311c80e5ac6d0 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 6 Oct 2023 09:44:00 +0300 Subject: [PATCH] ci: try fix ci --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cea3199..6546022 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,9 +47,7 @@ jobs: - name: Установка зависимостей run: poetry install - name: Сборка - run: | - poetry shell - pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }} + run: poetry run pyinstaller statapp.spec -- -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }} - name: Архивация uses: thedoctor0/zip-release@0.7.1 with: