ci: fix release

This commit is contained in:
2023-09-26 21:52:36 +03:00
parent b353a6a473
commit e102eae964
3 changed files with 40 additions and 6 deletions

View File

@@ -35,11 +35,8 @@ jobs:
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Установка зависимостей
run: poetry install
- run: |
echo ${{ github.workspace }}
ls -la ${{ github.workspace }}
- name: Сборка
run: poetry run pyinstaller ${{ github.workspace }}/statapp.spec
run: poetry run pyinstaller statapp.spec
- name: Загрузка артефактов
uses: actions/upload-artifact@v3
with: