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

.github/workflows/package.yml: fixing ubuntu package command.

This commit is contained in:
Henrik Hautakoski 2020-02-27 10:54:02 +01:00
parent c59190b7ea
commit d642bfe89f

View file

@ -21,7 +21,7 @@ jobs:
- name: Package
id: package
run: |
cmake --build . --config Release --target package_deb
cmake --build 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)"