Skip to content

Commit

Permalink
Update unpack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan095 authored Jul 20, 2024
1 parent fe0e378 commit 62f395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ get_overlay() {

get_priv_app() {
mkdir -p "$GITHUB_WORKSPACE"/get_files/product/priv-app/
sudo cp "$GITHUB_WORKSPACE"/"$device"/product/priv-app/* "$GITHUB_WORKSPACE"/get_files/product/priv-app
sudo cp -r "$GITHUB_WORKSPACE"/"$device"/product/priv-app/* "$GITHUB_WORKSPACE"/get_files/product/priv-app
}

extract_files() {
Expand Down

0 comments on commit 62f395b

Please sign in to comment.