mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
.github/workflows/package.yml: update command for ubuntu package.
This commit is contained in:
parent
7a95dd035e
commit
c59190b7ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Package
|
||||
id: package
|
||||
run: |
|
||||
./build/generate_deb.sh
|
||||
cmake --build . --config Release --target package_deb
|
||||
FILE=$(ls build/*.deb | head -1)
|
||||
echo "::set-output name=filename::$FILE"
|
||||
echo "::set-output name=name::$(basename $FILE)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue