From: Joerg Behrmann Date: Tue, 25 Apr 2023 06:52:37 +0000 (+0200) Subject: action: add back version output of the binaries we build X-Git-Tag: v15~200^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53798847749b85c53e610e7524ccdccf012cceeb;p=thirdparty%2Fmkosi.git action: add back version output of the binaries we build --- diff --git a/action.yaml b/action.yaml index 1bc430e77..53089136f 100644 --- a/action.yaml +++ b/action.yaml @@ -59,6 +59,7 @@ runs: for BINARY in "${BINARIES[@]}"; do sudo ln -svf $PWD/systemd/build/$BINARY /usr/bin/$BINARY + $BINARY --version done - name: Install