Skip to content

Commit 77ba1b5

Browse files
Split modified and original files
1 parent b8b545c commit 77ba1b5

File tree

11 files changed

+1
-0
lines changed

11 files changed

+1
-0
lines changed

.github/scripts/on-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
export BASE_DIR="$GITHUB_WORKSPACE/arduino-esp32-fork"
4+
export MODS_DIR="$GITHUB_WORKSPACE/arduino-esp32-fork-mods"
45

56
if [ ! $GITHUB_EVENT_NAME == "release" ]; then
67
echo "Wrong event '$GITHUB_EVENT_NAME'!"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)