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

Change project name from libeosio to libantelope

This commit is contained in:
Henrik Hautakoski 2023-04-06 09:29:48 +02:00
parent 9d11357490
commit 0cfd459c71
5 changed files with 36 additions and 36 deletions

View file

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