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