Skip to content

Commit

Permalink
Update soapy build flow
Browse files Browse the repository at this point in the history
Signed-off-by: João Silva <jgc3silva@gmail.com>
  • Loading branch information
vankxr committed Mar 27, 2024
1 parent 2a54194 commit 60ad961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/soapy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ jobs:
mkdir -p deb/usr/lib/${{matrix.lib-arch}}-linux-gnu/SoapySDR/modules${SOAPY_VERSION}
cp ${{github.workspace}}/software/soapy/build/libIcyRadioSupport.so deb/usr/lib/${{matrix.lib-arch}}-linux-gnu/SoapySDR/modules${SOAPY_VERSION}
mkdir -p deb/usr/bin
cp ${{github.workspace}}/software/soapy/build/IcyRadioTool deb/usr/bin
dpkg-deb --build --root-owner-group ./deb ${{github.workspace}}/software/soapy/soapysdr-module-icyradio_${{matrix.arch}}.deb
- name: Upload results
Expand All @@ -148,5 +151,6 @@ jobs:
name: soapy_module_${{matrix.arch}}
path: |
${{github.workspace}}/software/soapy/build/libIcyRadioSupport.so
${{github.workspace}}/software/soapy/build/IcyRadioTool
${{github.workspace}}/software/soapy/soapysdr-module-icyradio_${{matrix.arch}}.deb
retention-days: 30

0 comments on commit 60ad961

Please sign in to comment.