mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 16:41:00 -05:00
forgejo-runner: use the installed binary to display the version
This commit is contained in:
parent
46df17e2c6
commit
c14cb08fbf
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,6 @@ function build_runner() {
|
|||
make build
|
||||
)
|
||||
mv $tmp/forgejo-runner/forgejo-runner $dir
|
||||
forgejo-runner --version
|
||||
$dir/forgejo-runner --version
|
||||
rm -fr "$tmp"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue