ci: update release.yml

This commit is contained in:
Maxim Slipenko 2023-09-26 21:23:36 +03:00 committed by GitHub
parent 0fc8c83413
commit 3abbdfd531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
- name: Установка зависимостей - name: Установка зависимостей
run: poetry install run: poetry install
- name: Сборка - name: Сборка
run: poetry run pyinstaller statapp.spec run: poetry run pyinstaller ./statapp.spec
- name: Загрузка артефактов - name: Загрузка артефактов
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: