mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
ci: добавил архивацию в zip файлов сборки
This commit is contained in:
parent
bdc530b2e0
commit
cb34931151
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -42,12 +42,18 @@ jobs:
|
|||||||
- name: Установка зависимостей
|
- name: Установка зависимостей
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Сборка
|
- name: Сборка
|
||||||
run: poetry run pyinstaller ${{ matrix.spec }}.spec
|
run: poetry run pyinstaller ${{ matrix.spec }}.spec\
|
||||||
|
- name: Архивация
|
||||||
|
uses: thedoctor0/zip-release@0.7.1
|
||||||
|
with:
|
||||||
|
type: 'zip'
|
||||||
|
filename: '${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.spec }}.zip'
|
||||||
|
path: 'dist'
|
||||||
- name: Загрузка артефактов
|
- name: Загрузка артефактов
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.spec }}
|
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.spec }}
|
||||||
path: ./dist/statapp*
|
path: '${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.spec }}.zip'
|
||||||
|
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user