Skip to content

Commit

Permalink
fix: cp使用递归复制文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
XayahSuSuSu committed Jun 4, 2021
1 parent 0ecf399 commit 5713156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SGSI_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 替换自定义精简内容...
run: |
sudo rm -rf $GITHUB_WORKSPACE/Tool-SGSI-build/11/apps_clean
sudo cp apps_clean $GITHUB_WORKSPACE/Tool-SGSI-build/11/apps_clean
sudo cp -r apps_clean $GITHUB_WORKSPACE/Tool-SGSI-build/11/apps_clean
sudo chmod 777 -R $GITHUB_WORKSPACE/Tool-SGSI-build
- name: 下载ROM...
Expand Down

0 comments on commit 5713156

Please sign in to comment.