1
0
Fork 0
mirror of https://github.com/eosswedenorg/eosio-keygen-extras synced 2026-06-17 05:10:02 +02:00

.github/workflows/package.yml: Pass -DCPACK_GENERATOR=DEB to cmake on ubuntu build.

This commit is contained in:
Henrik Hautakoski 2022-11-13 14:02:32 +01:00
parent e6beb3bc88
commit 0da36e85a5

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: Configure
run: cmake -B build -DCMAKE_BUILD_TYPE=Release .
run: cmake -B build -DCPACK_GENERATOR=DEB -DCMAKE_BUILD_TYPE=Release .
- name: Package
id: package