From 9b27e810918f0383774209e092d6478c377e8795 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Fri, 29 Jan 2021 18:26:18 +0100 Subject: [PATCH] Fixed autobuild 3 --- .github/workflows/cmake.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6be8bed1..bf9b2f33 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -43,14 +43,3 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " 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