We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062b6fc commit a32cf3eCopy full SHA for a32cf3e
.github/workflows/cron_build.yml
@@ -132,7 +132,7 @@ jobs:
132
compression-level: 0
133
134
- name: Push changes
135
- if: github.repository == 'espressif/esp32-arduino-lib-builder'
+ #if: github.repository == 'espressif/esp32-arduino-lib-builder'
136
env:
137
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
138
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
tools/combine-artifacts.sh
@@ -16,4 +16,4 @@ done
16
awk -i inplace '!seen[$0]++' $libs_folder/versions_full.txt
17
mv -f $libs_folder/versions_full.txt $libs_folder/versions.txt
18
19
-cd out/tools && zip -X -r ../../dist/esp32-arduino-libs.zip * && cd ../..
+cd out/tools && zip -X -q -r ../../dist/esp32-arduino-libs.zip * && cd ../..
0 commit comments