We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd990cd commit a347dd2Copy full SHA for a347dd2
package.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
-zip -r cubeserver-api-circuitpython.zip . -x .git/* -x .gitignore 2>&1 > /dev/null
+zip -r cubeserver-api-circuitpython.zip . -x .git -x .gitignore 2>&1 > /dev/null
4
echo cubeserver-api-circuitpython.zip
0 commit comments