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: update command for ubuntu package.

This commit is contained in:
Henrik Hautakoski 2020-02-26 18:13:06 +01:00
parent 7a95dd035e
commit c59190b7ea

View file

@ -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)"