Added debian package build

pull/47/head
Ryzerth 2020-12-23 20:57:41 +01:00
rodzic a3374c7eca
commit e354d11820
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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