Skip to content

Commit 883e1a7

Browse files
Updated DIST_LOCATION
1 parent 6c4f554 commit 883e1a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ if [[ -z "$ASSETS_IGNORE_FILE" ]]; then
4444
ASSETS_IGNORE_FILE=".wporgassetsignore"
4545
fi
4646

47+
if [[ -z "$DIST_LOCATION" ]]; then
48+
DIST_LOCATION="dist/"
49+
fi
50+
4751
echo " "
4852
echo '##[group] ➤ Workflow Arguments'
4953
# Echo Plugin Slug

0 commit comments

Comments
 (0)