Added debian package build

This commit is contained in:
Ryzerth 2020-12-23 20:57:41 +01:00
parent a3374c7eca
commit e354d11820

View File

@ -40,3 +40,9 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
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 <NAME>"
run: sh make_debian_package.sh