Преглед изворни кода

Change working directory for KSU version info extraction

Update working directory for KSU version extraction.
jimsterino98 пре 4 месеци
родитељ
комит
a7b773207f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/actions/ksun/action.yml

+ 1 - 1
.github/actions/ksun/action.yml

@@ -32,8 +32,8 @@ runs:
     - name: Extract KSU Version Info
       id: ksu-version
       shell: bash
-      working-directory: ${{ github.workspace }}/kernel/KernelSU-Next
       run: |
+        cd "$COMMON/KernelSU-Next"
         # Extract and export KSU version info
         KSU_GIT_VERSION=$(git rev-list --count HEAD 2>/dev/null)
         KSU_GIT_TAG=$(git describe --tags --abbrev=0 2>/dev/null)