Skip to content

Commit 4a7c61a

Browse files
committed
Fix the way we run extract.py
1 parent 1e1f256 commit 4a7c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dump_incremental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
./payload-dumper-go -o ota1 ota1.zip > /dev/null
4141
pushd ota1 ; for i in ./*.img; do mv -i "$i" "${i%.img}"; done; popd
4242
unzip ota2.zip payload.bin
43-
update_payload_extractor/extract.py --skip_hash --output_dir ota2 --old_dir ota1 payload.bin
43+
pushd update_payload_extractor ; ./extract.py --skip_hash --output_dir ../ota2 --old_dir ../ota1 ../payload.bin; popd
4444
pushd ota2; for f in *; do zstd $f; done; popd
4545
4646
- name: Upload release assets

0 commit comments

Comments
 (0)