From e19e9b34c6e2126e0e3eabde152f975fc02d3db8 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:01:59 +0200 Subject: [PATCH] Update build-project.yml --- .github/workflows/build-project.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index b72e1c05..6fada41d 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -119,12 +119,12 @@ jobs: run: | ls -R - - name: Copy hamlib to TNC Linux - if: matrix.os == 'ubuntu-latest' - working-directory: tnc - run: | - cp -R ./hamlib ./dist - chmod +x ./dist/hamlib/linux/rigctld + #- name: Copy hamlib to TNC Linux + # if: matrix.os == 'ubuntu-latest' + # working-directory: tnc + # run: | + # cp -R ./hamlib ./dist + # chmod +x ./dist/hamlib/linux/rigctld @@ -177,13 +177,13 @@ jobs: run: | mkdir gui-bundle cp ./gui/dist/*.AppImage gui-bundle - cp -R ./tnc/dist/hamlib gui-bundle + #cp -R ./tnc/dist/hamlib gui-bundle #cp -R ./tnc/dist/codec2 gui-bundle #cp -R ./tnc/codec2 gui-bundle #cp -R ./tnc/LPCNet gui-bundle cp ./tnc/dist/daemon gui-bundle cp ./tnc/dist/tnc gui-bundle - chmod +x ./gui-bundle/hamlib/linux/rigctld + #chmod +x ./gui-bundle/hamlib/linux/rigctld chmod +x ./gui-bundle/tnc chmod +x ./gui-bundle/daemon cd ./gui-bundle