Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jul 17, 2024
1 parent 062b6fc commit a32cf3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
compression-level: 0

- name: Push changes
if: github.repository == 'espressif/esp32-arduino-lib-builder'
#if: github.repository == 'espressif/esp32-arduino-lib-builder'
env:
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion tools/combine-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ done
awk -i inplace '!seen[$0]++' $libs_folder/versions_full.txt
mv -f $libs_folder/versions_full.txt $libs_folder/versions.txt

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 comments on commit a32cf3e

Please sign in to comment.