Update build-project.yml

This commit is contained in:
DJ2LS 2021-09-05 15:22:01 +02:00 committed by GitHub
parent 513aecb4f5
commit 2a61b70235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,14 @@ jobs:
cp -R ~/codec2 ./tnc/dist
ls -R
- name: Copy LPCNet to TNC Linux
if: matrix.os == 'ubuntu-latest'
# working-directory: tnc
run: |
cp -R ~/LPCNet ./tnc/dist
ls -R
- name: Compress Linux
shell: bash
run: |