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 a347dd2 commit d3abbcbCopy full SHA for d3abbcb
cubeserver-api-circuitpython.zip
45.2 KB
main.py
package.sh
100644
100755
@@ -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 .gitignore -x ./.git 2>&1 > /dev/null
4
echo cubeserver-api-circuitpython.zip
0 commit comments