mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
.github/workflows/package.yml: fixing ubuntu package command.
This commit is contained in:
parent
c59190b7ea
commit
d642bfe89f
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
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
run: |
|
run: |
|
||||||
cmake --build . --config Release --target package_deb
|
cmake --build build --config Release --target package_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