Skip to content

Commit 6395ca6

Browse files
Fix MODS_DIR
1 parent 5586630 commit 6395ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/on-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
export UPSTREAM_DIR="$GITHUB_WORKSPACE/arduino-esp32"
1010
export BASE_DIR="$UPSTREAM_DIR"
11-
export MODS_DIR="$GITHUB_WORKSPACE/arduino-esp32-fork-mods"
11+
export MODS_DIR="$GITHUB_WORKSPACE/arduino-esp32-mods"
1212

1313
# Clone espressif/arduino-esp32 repo tag 2.0.14 as submodule
1414
echo "Updating submodules ..."

0 commit comments

Comments
 (0)