From 504d910226ac43e4838902190b8852980e62bae0 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Wed, 23 Dec 2020 22:21:46 +0100 Subject: [PATCH] removed automated debian package build --- .github/workflows/cmake.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 61f533b8..6c2eed8c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -40,9 +40,3 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE - - - name: Create debian package - working-directory: $GITHUB_WORKSPACE - shell: bash - # Execute the build. You can specify a specific target with "--target " - run: sh make_debian_package.sh ${{runner.workspace}}/build