Fix prefix of generated zip file

This commit is contained in:
Glen Whitney 2019-09-14 09:51:02 -04:00
parent 74e81c8688
commit 84bd67fccb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*~
*.zip

View File

@ -1 +1 @@
git archive HEAD --prefix=tablepress-datatables-colrejigger-0.2 --format=zip -o tablepress-datatables-colrejigger-0.2.zip
git archive HEAD --prefix=tablepress-datatables-colrejigger/ --format=zip -o tablepress-datatables-colrejigger-0.2.zip