mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 10:28:28 +01:00
Fixed autobuild 2
This commit is contained in:
parent
22e47807b8
commit
39787743fd
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@ -5,7 +5,6 @@ on: [push]
|
|||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
RUNNER_WORKSPACE: ${{runner.workspace}}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -48,7 +47,7 @@ jobs:
|
|||||||
- name: Create package
|
- name: Create package
|
||||||
working-directory: ${{github.workspace}}
|
working-directory: ${{github.workspace}}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sh -make_debian_package.sh $RUNNER_WORKSPACE/build
|
run: sh -make_debian_package.sh ${{runner.workspace}}/build
|
||||||
|
|
||||||
- name: Save built package
|
- name: Save built package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user