Skip to content

Commit 5f75e13

Browse files
Workflow: new command for doing zip file
1 parent a11002c commit 5f75e13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ And don't forget to (automatically) add yourself as a contributor: https://allco
88

99
## Trivia
1010

11-
The magic I use for zipping things properly (on a Mac) is:
11+
I used to zip things properly (on a Mac) with:
1212

1313
`zip postlocalstorage.zip -9 -x \*/.DS_Store -r gwynethllewelyn/`
1414

15-
I'm trying to design a workflow to make this happen automagically once a new release is pushed out.
15+
However, since having found that GitHub _will_ deal with automatically creating the zip file *without* even needing an intermediate step when packaging everything together. My new command is now:
16+
17+
`git archive -9 -o postlocalstorage.zip HEAD gwynethllewelyn/** `

0 commit comments

Comments
 (0)