File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 7979
8080 - name : Membrowse Upload
8181 if : inputs.toolchain != 'esp-idf' && inputs.upload-membrowse == true
82- continue-on-error : true # have server busy issue with membrowse
8382 env :
8483 MEMBROWSE_API_KEY : ${{ secrets.MEMBROWSE_API_KEY }}
8584 run : |
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ ld_defs=\"$(echo \"$ld_defs\" | xargs)\"")
327327 fi; \
328328else \
329329 if [ \" $MEMBROWSE_UPLOAD\" = \" 1\" ]; then \
330- MEMBROWSE_CMD=\" ${MEMBROWSE_EXE} report ${OPTION} --identical --upload --github --target-name ${FAMILY} / ${ BOARD} /${TARGET} --api-key $ENV{MEMBROWSE_API_KEY} \" ; \
330+ MEMBROWSE_CMD=\" ${MEMBROWSE_EXE} report ${OPTION} --identical --upload --github --target-name ${BOARD} /${TARGET} --api-key $ENV{MEMBROWSE_API_KEY} \" ; \
331331 else \
332332 MEMBROWSE_CMD=\" ${MEMBROWSE_EXE} report ${OPTION} --identical\" ; \
333333 fi; \
You can’t perform that action at this time.
0 commit comments