File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 set -e
107107 cp configs/wsa/config-wsa-x64 .config
108108 ./scripts/config --file .config --set-str LOCALVERSION '-WSA-ReSukiSU'
109- ./scripts/config --file .config --set-str KSU_FULL_NAME_FORMAT '%TAG_NAME%-%COMMIT_SHA%@%REPO_NAME% ( %KSU_VERSION%) '
109+ ./scripts/config --file .config --set-str KSU_FULL_NAME_FORMAT '%TAG_NAME%-%COMMIT_SHA%@%REPO_NAME%- %KSU_VERSION%'
110110 ./scripts/config --file .config \
111111 -e KSU \
112112 -d KSU_DEBUG \
@@ -144,7 +144,7 @@ jobs:
144144 set -euo pipefail
145145 version_object="$(find KernelSU/kernel -path '*/supercall/dispatch.o' -type f -print -quit)"
146146 test -n "$version_object"
147- strings "$version_object" | grep -F "( $RESUKISU_VERSION_CODE) "
147+ strings "$version_object" | grep -F -- "- $RESUKISU_VERSION_CODE"
148148 echo "Embedded ReSukiSU version verified: $RESUKISU_VERSION_CODE"
149149
150150 - name : Inspect output
You can’t perform that action at this time.
0 commit comments