mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 03:07:11 +01:00
Fixed autobuild 3
This commit is contained in:
parent
39787743fd
commit
9b27e81091
11
.github/workflows/cmake.yml
vendored
11
.github/workflows/cmake.yml
vendored
@ -43,14 +43,3 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Create package
|
|
||||||
working-directory: ${{github.workspace}}
|
|
||||||
shell: bash
|
|
||||||
run: sh -make_debian_package.sh ${{runner.workspace}}/build
|
|
||||||
|
|
||||||
- name: Save built package
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: debian-package
|
|
||||||
path: ${{github.workspace}}/sdrpp_debian_amd64.deb
|
|
||||||
|
Loading…
Reference in New Issue
Block a user