aboutsummaryrefslogtreecommitdiff
path: root/postbuild.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-02-09 10:56:57 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-02-09 10:56:57 +0100
commit4b5400c395380607379b898abac7d0b870a8c757 (patch)
tree248aadb4a162bc2ba0c5bcad22efeb955c0c914f /postbuild.sh
parentf706ffb7f603ca22e9b3f43bc103686572bbf770 (diff)
downloadhoverbit-ble-4b5400c395380607379b898abac7d0b870a8c757.tar.gz
hoverbit-ble-4b5400c395380607379b898abac7d0b870a8c757.zip
:hammer: Remove /hoverbit-ble/ from cache-file paths
Diffstat (limited to 'postbuild.sh')
-rwxr-xr-xpostbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh
index c1f0ffc..929abaa 100755
--- a/postbuild.sh
+++ b/postbuild.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-PUBLISH_URL="/hoverbit-ble/"
+PUBLISH_URL="/"
cd "dist" || exit 1