File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Make
22
33on :
44 push :
5- branches : [ "master" ]
5+ branches : ["master"]
66 pull_request :
7- branches : [ "master" ]
7+ branches : ["master"]
88
99permissions :
1010 contents : read
2424 packages : ${{ matrix.cc }} libbsd-dev libconfig-dev libmodbus-dev libmosquitto-dev
2525 - name : make with ${{ matrix.cc }}
2626 run : env CC=${{ matrix.cc }} make
27+ - name : Upload binary
28+ uses : actions/upload-artifact@v4
29+ with :
30+ path : growatt_exporter
31+ name : growatt_exporter
32+
2733 test :
2834 runs-on : ubuntu-latest
2935 steps :
Original file line number Diff line number Diff line change 1- - FEATURE: provide binaries built with CI
21- BUGFIX: automatically reconnect to MQTT broker when connection lost
32- add program option --verbose instead of compile-time LOG_VERBOSE define
43- test program with either --mqtt XOR --prometheus but not both
You can’t perform that action at this time.
0 commit comments