mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
ci: try fix ci
This commit is contained in:
parent
79297850df
commit
bdb346fd17
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -47,9 +47,7 @@ jobs:
|
|||||||
- name: Установка зависимостей
|
- name: Установка зависимостей
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Сборка
|
- name: Сборка
|
||||||
run: |
|
run: poetry 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user