1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

.github/workflows/package.yml: update to trigger CPack for building packages.

This commit is contained in:
Henrik Hautakoski 2020-03-14 21:07:13 +01:00
parent 006fb94786
commit c3640c034f

View file

@ -15,13 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build
run: ./build.sh
- name: Package
id: package
run: |
cmake --build build --config Release --target package_deb
./build.sh -t Release --pkg-type deb
FILE=$(ls build/*.deb | head -1)
echo "::set-output name=filename::$FILE"
echo "::set-output name=name::$(basename $FILE)"