mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 12:12:59 +03:00
ci: try fix ci
This commit is contained in:
parent
232de9f145
commit
79297850df
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -47,8 +47,9 @@ jobs:
|
||||
- name: Установка зависимостей
|
||||
run: poetry install
|
||||
- name: Сборка
|
||||
if:
|
||||
run: pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }}
|
||||
run: |
|
||||
poetry shell
|
||||
pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }}
|
||||
- name: Архивация
|
||||
uses: thedoctor0/zip-release@0.7.1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user