File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : IoT Node - LoRaWAN - Firmware build Action
2
2
on :
3
3
push :
4
+ branches :
5
+ - main
4
6
5
7
workflow_dispatch :
6
8
branches :
7
- - ' main'
8
- - ' develop'
9
- - ' feature/**'
10
- - ' release/**'
11
- - ' hotfix/**'
12
-
9
+
13
10
env :
14
11
ARDUINO_RP2040_DIR : .arduino15/packages/rp2040/hardware/rp2040/4.3.1
15
12
IOT_NODE_LORAWAN_APP_KEY : ${{ secrets.IOT_NODE_LORAWAN_APP_KEY }}
27
24
# checkout flux-sdk
28
25
- name : Checkout the flux-sdk
29
26
run : |
30
- git clone --branch release/iot-node-lorawan-release- v1.0.0 https://github.com/sparkfun/flux-sdk.git
27
+ git clone --branch release/iot-node-lorawan-v1.0.1 https://github.com/sparkfun/flux-sdk.git
31
28
echo "FLUX_SDK_PATH=`pwd`/flux-sdk" >> $GITHUB_ENV
32
29
33
30
# Run cmake - this will build a custom SparkFun_Flux library we can use with
85
82
--build-property "compiler.cpp.extra_flags=\"-DIOT_NODE_LORAWAN_APP_KEY=$IOT_NODE_LORAWAN_APP_KEY\" \"-DFLX_SPARKFUN_LORAWAN_APP_EUI=$FLX_SPARKFUN_LORAWAN_APP_EUI\" \"-DBUILD_NUMBER=$GITHUB_RUN_NUMBER\""
86
83
--export-binaries --clean --library `pwd`/SparkFun_IoTNodeLoRaWAN
87
84
88
- # Upload the build files - bootloader, paritions , firmware
85
+ # Upload the build files - bootloader, partitions , firmware
89
86
- uses : actions/upload-artifact@v4
90
87
with :
91
88
name : Upload Build
You can’t perform that action at this time.
0 commit comments