diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cde605a9..e7eeb209 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -43,3 +43,7 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE + + - name: Create Deb Archive + run: cd $GITHUB_WORKSPACE && sh make_debian_package.sh ${{runner.workspace}}/build +