Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Aug 29, 2022
1 parent 9aa875e commit 976dca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: npx react-native init example
working-directory: ../
- run: cp index.tsx ../example/
- run: cp -r example ../example/
- run: rm ../example/index.js
- run: npm i ../react-native-amap-geolocation/react-native-amap-geolocation-0.0.0.tgz
working-directory: ../example
- run: sed -i.backup -r 's/(enableSeparateBuildPerCPUArchitecture = )false/\1true/' build.gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: npx react-native init example
working-directory: ../
- run: cp index.tsx ../example/
- run: cp -r example ../example/
- run: rm ../example/index.js
- run: npm i ../react-native-amap-geolocation/react-native-amap-geolocation-0.0.0.tgz
working-directory: ../example
- run: sed -i.backup -r 's/(enableSeparateBuildPerCPUArchitecture = )false/\1true/' build.gradle
Expand Down

0 comments on commit 976dca2

Please sign in to comment.