mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build-tnc.yml
This commit is contained in:
parent
4fd577967f
commit
66e246bd9f
1 changed files with 13 additions and 14 deletions
27
.github/workflows/build-tnc.yml
vendored
27
.github/workflows/build-tnc.yml
vendored
|
@ -41,17 +41,16 @@ jobs:
|
|||
TARGET: windows
|
||||
CMD_BUILD: pyinstaller -F -w -n codec2-FreeDATA-TNC daemon.py
|
||||
OUT_FILE_NAME: codec2-FreeDATA-TNC.exe
|
||||
ASSET_MIME: application/vnd.microsoft.portable-executable
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Build with pyinstaller for ${{matrix.TARGET}}
|
||||
run: ${{matrix.CMD_BUILD}}
|
||||
ASSET_MIME: application/vnd.microsoft.portable-executable
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Build with pyinstaller for ${{matrix.TARGET}}
|
||||
run: ${{matrix.CMD_BUILD}}
|
||||
|
|
Loading…
Reference in a new issue