From e354d1182093f62e62e448c08616dd8cdc203e53 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Wed, 23 Dec 2020 20:57:41 +0100 Subject: [PATCH] Added debian package build --- .github/workflows/cmake.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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