File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -65,18 +65,15 @@ jobs:
6565 echo "tar -xzf sucessful dynamic"
6666 tar -xzf release/${{ env.STATIC_BINARY_NAME }} -C ./output/static
6767 echo "tar -xzf sucessful static"
68-
6968 if [ -f "./output/dynamic/finch-daemon" ]; then
7069 echo "finch-daemon exists in output/dynamic"
7170 ls -l ./output/dynamic/finch-daemon
7271 else
7372 echo "finch-daemon does not exist in output/dynamic"
7473 ls -l ./output/dynamic
7574 fi
76-
7775 echo "Output of finch-daemon --version:"
7876 ./output/dynamic/finch-daemon --version
79-
8077 if command -v grep &> /dev/null; then
8178 echo "grep is available"
8279 VERSION_OUTPUT=$(./output/dynamic/finch-daemon --version)
8582 else
8683 echo "grep is not available"
8784 fi
88-
8985 DYNAMIC_BINARY_VERSION=$(./output/dynamic/finch-daemon --version | grep -oP '\d+\.\d+\.\d+')
9086 echo "Dynamic binary version: $DYNAMIC_BINARY_VERSION"
9187 STATIC_BINARY_VERSION=$(./output/static/finch-daemon --version | grep -oP '\d+\.\d+\.\d+')
You can’t perform that action at this time.
0 commit comments