Skip to content

Commit 03a908b

Browse files
committed
wip
1 parent 54bfd5c commit 03a908b

28 files changed

Lines changed: 307 additions & 1 deletion

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create draft release from tag
4747
env:
4848
GH_TOKEN: ${{ github.token }}
49-
run: gh release create "${{ github.ref_name }}" --title "${{ github.ref_name }}" --draft --notes-from-tag
49+
run: gh release create "${{ github.ref_name }}" --title "${{ github.ref_name }}" --draft
5050

5151
windows-extension-matrix:
5252
runs-on: ubuntu-latest

tests/archives/test-bin.cpio

88 Bytes
Binary file not shown.

tests/archives/test-gnu.tar

2 KB
Binary file not shown.

tests/archives/test-odc.cpio

187 Bytes
Binary file not shown.

tests/archives/test-pax.tar

3 KB
Binary file not shown.

tests/archives/test-stored.zip

210 Bytes
Binary file not shown.

tests/archives/test-ustar.tar

2 KB
Binary file not shown.

tests/archives/test.7z

163 Bytes
Binary file not shown.

tests/archives/test.a

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
!<arch>
2+
hello.txt 1773138097 1000 1000 100664 14 `
3+
Hello, World!

tests/archives/test.cab

92 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)