diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6c2eed8c..de0c3ef1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -40,3 +40,9 @@ 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: ${{runner.workspace}} + shell: bash + # Execute the build. You can specify a specific target with "--target " + run: sh make_debian_package.sh