mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
.github/workflows/package.yml: update to trigger CPack for building packages.
This commit is contained in:
parent
006fb94786
commit
c3640c034f
1 changed files with 1 additions and 4 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
|
@ -15,13 +15,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: ./build.sh
|
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
run: |
|
run: |
|
||||||
cmake --build build --config Release --target package_deb
|
./build.sh -t Release --pkg-type deb
|
||||||
FILE=$(ls build/*.deb | head -1)
|
FILE=$(ls build/*.deb | head -1)
|
||||||
echo "::set-output name=filename::$FILE"
|
echo "::set-output name=filename::$FILE"
|
||||||
echo "::set-output name=name::$(basename $FILE)"
|
echo "::set-output name=name::$(basename $FILE)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue