mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(release): normalize asset names
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ if [ -z "${DEPLOY_PASSWORD+xxx}" ]; then echo "DEPLOY_PASSWORD not set" && exit;
|
||||
|
||||
# save version
|
||||
FIVECHAN_VERSION=$(node -e "console.log(require('../package.json').version)")
|
||||
FIVECHAN_HTML_NAME="5chan-html-$FIVECHAN_VERSION"
|
||||
FIVECHAN_HTML_NAME="5chan-$FIVECHAN_VERSION-html"
|
||||
|
||||
SCRIPT="
|
||||
# download html
|
||||
|
||||
Reference in New Issue
Block a user