소스 검색

Change directory before removing protected exports

Navigate to the parent directory before modifying the BUILD.bazel file.
jimsterino98 4 달 전
부모
커밋
a5f220091f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/actions/abi-export/action.yml

+ 1 - 0
.github/actions/abi-export/action.yml

@@ -16,5 +16,6 @@ runs:
      fi
 
      #remove protected exports from build.bazel file
+     cd ..
      cd "$COMMON"
      perl -pi -e 's/^\s*"protected_exports_list"\s*:\s*"android\/abi_gki_protected_exports_aarch64",\s*$//;' ./BUILD.bazel