Dedup pyinstaller actions.

This commit is contained in:
Dan Albert
2022-06-26 14:33:40 -07:00
parent 83af032bee
commit 9ab1dbab78
4 changed files with 31 additions and 35 deletions

View File

@@ -19,18 +19,12 @@ jobs:
- name: mypy
uses: ./.github/actions/mypy
- name: update build number
- name: Set build number
run: |
[IO.File]::WriteAllLines($pwd.path + "\resources\buildnumber", $env:GITHUB_RUN_NUMBER)
- name: Build front-end
uses: ./.github/actions/build-front-end
- name: Build binaries
run: |
./venv/scripts/activate
$env:PYTHONPATH=".;./pydcs"
pyinstaller pyinstaller.spec
- name: Build app
uses: ./.github/actions/build-app
- name: Create archive
run: