mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Dedup pyinstaller actions.
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user