ci: добавляет сборку statapp-onefile и statapp (#17)

This commit is contained in:
2023-09-27 09:09:42 +03:00
committed by GitHub
parent e102eae964
commit ffd796a11d
3 changed files with 52 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
spec: [statapp-onefile, statapp]
defaults:
run:
shell: bash
@@ -36,11 +37,11 @@ jobs:
- name: Установка зависимостей
run: poetry install
- name: Сборка
run: poetry run pyinstaller statapp.spec
run: poetry run pyinstaller ${{ matrix.spec }}.spec
- name: Загрузка артефактов
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.spec }}
path: ./dist/statapp*
release-please: