mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
fix: typo
This commit is contained in:
parent
1f6fd6de90
commit
b2aca18608
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linuxpackage.yml
vendored
2
.github/workflows/linuxpackage.yml
vendored
|
|
@ -93,7 +93,7 @@ jobs:
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${args[@]}
|
eval $args
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
fpm -s dir -t deb --deb-user root --deb-group root -n matic-bor -v ${{ env.RELEASE_VERSION }} \
|
fpm -s dir -t deb --deb-user root --deb-group root -n matic-bor -v ${{ env.RELEASE_VERSION }} \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue