mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
ci: update release.yml
This commit is contained in:
parent
31f0759726
commit
b353a6a473
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -35,8 +35,11 @@ jobs:
|
|||||||
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
|
||||||
- name: Установка зависимостей
|
- name: Установка зависимостей
|
||||||
run: poetry install
|
run: poetry install
|
||||||
|
- run: |
|
||||||
|
echo ${{ github.workspace }}
|
||||||
|
ls -la ${{ github.workspace }}
|
||||||
- name: Сборка
|
- name: Сборка
|
||||||
run: poetry run pyinstaller statapp.spec
|
run: poetry run pyinstaller ${{ github.workspace }}/statapp.spec
|
||||||
- name: Загрузка артефактов
|
- name: Загрузка артефактов
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user