1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

.github/workflows/package.yml: find the right .zip file :)

This commit is contained in:
Henrik Hautakoski 2020-04-19 11:31:36 +02:00
parent aa7f304118
commit a3aad06ba7

View file

@ -62,7 +62,7 @@ jobs:
id: package
run: |
cmake --build build --config Release --target package
$FILE=(ls build/libeoskeygen*.zip)
$FILE=(ls build/libeosio*.zip)
echo "::set-output name=filename::$FILE"
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).zip"