mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-07-04 07:23:39 +02:00
.github/workflows/package.yml: find the right .zip file :)
This commit is contained in:
parent
aa7f304118
commit
a3aad06ba7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
id: package
|
id: package
|
||||||
run: |
|
run: |
|
||||||
cmake --build build --config Release --target package
|
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=filename::$FILE"
|
||||||
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).zip"
|
echo "::set-output name=name::$(([io.fileinfo]"$FILE").basename).zip"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue