Skip to content

Commit 445f656

Browse files
authoredOct 22, 2024··
Update deploy.yaml
1 parent 40549ea commit 445f656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
SCRIPT_DIR="$SOURCE_DIR/scripts"
3636
37-
for script in "$SCRIPT_ROOT/03.build.d"/*; do
37+
for script in "$SCRIPT_DIR/03.build.d"/*; do
3838
bash "$script"
3939
done
4040
EOF

0 commit comments

Comments
 (0)
Please sign in to comment.