You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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