Skip to content

Commit d9614b4

Browse files
committed
Check for correct files in deploy.sh [no ci]
1 parent 0e13293 commit d9614b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ fi
2222

2323
read -p "==> Specify the latest SRI version: " VERSION
2424

25-
LATEST_FILE="./dist/v$VERSION/v$VERSION.js"
26-
SRI_FILE="./dist/v$VERSION/custom/v$VERSION.js"
25+
LATEST_FILE="./dist/v$VERSION/app.js"
26+
SRI_FILE="./dist/v$VERSION/custom/app.js"
2727

2828
if [ ! -f "$LATEST_FILE" ] || [ ! -f "$SRI_FILE" ]; then
2929
echo "==> Files with version v$VERSION do not exist."

0 commit comments

Comments
 (0)