Skip to content

Commit 95e619b

Browse files
committed
copy font license to distribution
1 parent eeb4ae3 commit 95e619b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
122125
- name: 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
157161
if-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
168173
if-no-files-found: error
169174

0 commit comments

Comments
 (0)