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:
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@@ -18,27 +18,17 @@ jobs:
|
||||
- name: Set up JS environment
|
||||
uses: ./.github/actions/setup-liberation-js
|
||||
|
||||
- name: Finalize version
|
||||
run: |
|
||||
New-Item -ItemType file resources\final
|
||||
|
||||
- name: mypy
|
||||
uses: ./.github/actions/mypy
|
||||
|
||||
- name: Build front-end
|
||||
uses: ./.github/actions/build-front-end
|
||||
|
||||
- name: Build binaries
|
||||
- name: Finalize build
|
||||
run: |
|
||||
./venv/scripts/activate
|
||||
$env:PYTHONPATH=".;./pydcs"
|
||||
pyinstaller pyinstaller.spec
|
||||
New-Item -ItemType file resources\final
|
||||
|
||||
- name: Create Installer
|
||||
env:
|
||||
TAG_NAME: ${{ github.ref }}
|
||||
run: |
|
||||
Copy-Item .\changelog.md .\dist
|
||||
- name: Build app
|
||||
uses: ./.github/actions/build-app
|
||||
with:
|
||||
release: true
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user