mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
fix workflow typos
This commit is contained in:
4
.github/workflows/run_integration_tests.yml
vendored
4
.github/workflows/run_integration_tests.yml
vendored
@@ -42,10 +42,10 @@ jobs:
|
|||||||
run: stat --printf="%s" archive/part1-archive.7z
|
run: stat --printf="%s" archive/part1-archive.7z
|
||||||
|
|
||||||
- name: Print output size part 2
|
- name: Print output size part 2
|
||||||
run: stat --printf="%s" archive/part2-archive.7
|
run: stat --printf="%s" archive/part2-archive.7z
|
||||||
|
|
||||||
- name: Unzip archives
|
- name: Unzip archives
|
||||||
run: sudo apt-get install p7zip-full && cd archive && 7z x part1-archive.7x && 7z x part2-archive.7z
|
run: sudo apt-get install p7zip-full && cd archive && 7z x part1-archive.7z && 7z x part2-archive.7z
|
||||||
|
|
||||||
- name: List Unzipped
|
- name: List Unzipped
|
||||||
run: ls archive
|
run: ls archive
|
||||||
Reference in New Issue
Block a user