We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a81fcb commit 851d238Copy full SHA for 851d238
1 file changed
.github/workflows/ci.yml
@@ -109,7 +109,6 @@ jobs:
109
zip --junk-paths obs-flash-${{ env.OBS_FLASH_VERSION }}.zip \
110
flash.bin \
111
COPYRIGHT-ESP.html \
112
- LICENSE-ARDUINO-ESP32.md \
113
LICENSE
114
115
- name: Analyze with SonarCloud
@@ -149,7 +148,6 @@ jobs:
149
148
flash.bin
150
sonarqube-out/build-wrapper-dump.json
151
COPYRIGHT-ESP.html
152
- LICENSE-ARDUINO-ESP32.md
153
154
if-no-files-found: error
155
0 commit comments