File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -106,17 +106,20 @@ jobs:
106106        cp /github/home/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin 0x0e000.bin 
107107        cp bin/.pio/build/esp32dev/firmware.bin 0x10000.bin 
108108        cp bin/.pio/build/esp32dev/firmware.bin firmware.bin 
109+         cp src/fonts/LICENSE.txt LICENSE-OpenSans.txt 
109110        wget --no-verbose -O COPYRIGHT-ESP.html https://docs.espressif.com/projects/esp-idf/en/latest/esp32/COPYRIGHT.html 
110111        wget --no-verbose -O LICENSE-ARDUINO-ESP32.md https://github.com/espressif/arduino-esp32/raw/master/LICENSE.md 
111112        zip --junk-paths obs-${{ env.OBS_VERSION }}-initial-flash.zip \ 
112113          0x*.bin \ 
113114          COPYRIGHT-ESP.html \ 
114115          LICENSE-ARDUINO-ESP32.md \ 
116+           LICENSE-OpenSans.txt \ 
115117          LICENSE 
116118        zip --junk-paths obs-${{ env.OBS_VERSION }}.zip \ 
117119          firmware.bin \ 
118120          COPYRIGHT-ESP.html \ 
119121          LICENSE-ARDUINO-ESP32.md \ 
122+           LICENSE-OpenSans.txt \ 
120123          LICENSE 
121124
122125name : Analyze with SonarCloud 
@@ -153,6 +156,7 @@ jobs:
153156          firmware.bin 
154157          COPYRIGHT-ESP.html 
155158          LICENSE-ARDUINO-ESP32.md 
159+           LICENSE-OpenSans.txt 
156160          LICENSE 
157161if-no-files-found : error 
158162
@@ -164,6 +168,7 @@ jobs:
164168          0x*.bin 
165169          COPYRIGHT-ESP.html 
166170          LICENSE-ARDUINO-ESP32.md 
171+           LICENSE-OpenSans.txt 
167172          LICENSE 
168173if-no-files-found : error 
169174
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments