File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Build Firmware
1
+ name : Build Red Vision Firmware
2
2
3
3
on :
4
4
pull_request :
5
- branches :
6
- - red-vision
7
5
push :
8
6
branches :
9
- - red-vision
7
+ - v1.26.0-preview-beta2
10
8
11
9
jobs :
12
10
build :
Original file line number Diff line number Diff line change 1
- name : Build and Deploy Firmware Release
1
+ name : Build and Deploy Red Vision Firmware Release
2
2
3
3
on :
4
4
release :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function build_micropython_red_vision {
17
17
# https://stackoverflow.com/a/246128/4783963
18
18
SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
19
19
if [ -n " $GITHUB_WORKSPACE " ]; then
20
- export PICO_SDK_PATH=" $GITHUB_WORKSPACE /micropython/ lib/pico-sdk"
20
+ export PICO_SDK_PATH=" $GITHUB_WORKSPACE /lib/pico-sdk"
21
21
else
22
22
export PICO_SDK_PATH=" $SCRIPT_DIR /../lib/pico-sdk"
23
23
fi
You can’t perform that action at this time.
0 commit comments