Explorar el Código

Fix path for remove check_defconfig step

jimsterino98 hace 4 meses
padre
commit
4a06f880fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/actions/configs/action.yml

+ 1 - 0
.github/actions/configs/action.yml

@@ -85,5 +85,6 @@ runs:
   - name: remove check_defconfig
     shell: bash
     run: |
+     cd "$COMMON"
      # Remove check_defconfig
      sed -i 's/check_defconfig//' ./build.config.gki