Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ONEUI-7 committed Nov 14, 2024
1 parent f3d282a commit eb65f3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
workflow_dispatch:
env:
VERSION: '8.5.0'
VERSION: '8.5.1'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion resources/module_codes/en/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function extract_single_img {
echo "${single_file_name} extraction completed"
;;
ext)
done <"$TOOL_DIR/super_search"
echo "Extracting partition file ${single_file_name}, please wait..."
PYTHONDONTWRITEBYTECODE=1 python3 "$TOOL_DIR/ext4_info_get.py" "$single_file" "$WORK_DIR/$current_workspace/Extracted-files/config"
mkdir -p "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
Expand Down

0 comments on commit eb65f3d

Please sign in to comment.