File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,23 @@ jobs:
47
47
sudo eatmydata apt install -y 7zip
48
48
sudo eatmydata apt clean
49
49
50
- - name : Join 100 MiB chunks into 2000 MiB 7-Zip volumes
50
+ - name : Join 100 MiB chunks into original 2000 MiB 7-Zip volumes
51
51
run : |
52
52
for i in *.7z.[0-9][0-9][0-9].aa; do
53
53
j=$(basename $i .aa)
54
54
cat $j.?? > $j
55
55
rm $j.[a-z][a-z]
56
56
done
57
+ ls -l *.7z.[0-9][0-9][0-9]
57
58
58
- - name : Extract opendrr-boundaries-db.dump for checking
59
+ - name : Verify SHA-256 checksum of opendrr-boundaries-db.7z.[0-9][0-9][0-9]
60
+ run : |
61
+ sha256sum -c opendrr-boundaries-db.7z.sha256sum
62
+
63
+ - name : Extract opendrr-boundaries-db.dump
59
64
run : 7zz x opendrr-boundaries-db.7z.001
60
65
61
- - name : Verify SHA256 checksum of opendrr-boundaries-db.dump
66
+ - name : Verify SHA-256 checksum of opendrr-boundaries-db.dump
62
67
run : |
63
68
sha256sum -c opendrr-boundaries-db.dump.sha256sum
64
69
rm -f -v opendrr-boundaries-db.dump
You can’t perform that action at this time.
0 commit comments