Skip to content

Commit

Permalink
Merge pull request #49 from youseetoo/beniroquai-patch-8
Browse files Browse the repository at this point in the history
Update build_platformio_xiao_ledring.yaml
  • Loading branch information
beniroquai authored Dec 17, 2024
2 parents 53cda44 + db68d24 commit d65380c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_platformio_xiao_ledring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ jobs:
- name: merge into one binary
run: |
dir .pio/build/seeed_xiao_esp32s3_ledring/
mv .pio/build/seeed_xiao_esp32s3_ledring/*.bin build/
cd build
mv .pio/build/seeed_xiao_esp32s3_ledring/*.bin builds3/
cd builds3
python -m esptool --chip esp32s3 merge_bin -o seeed_xiao_esp32s3_ledring.bin --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
- uses: actions/upload-artifact@v3
with:
name: merged-firmware
path: build/seeed_xiao_esp32s3_ledring.bin
path: builds3/seeed_xiao_esp32s3_ledring.bin

- name: Push to youseetoo Webtool
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'build/seeed_xiao_esp32s3_ledring.bin'
source_file: 'builds3/seeed_xiao_esp32s3_ledring.bin'
destination_repo: 'youseetoo/youseetoo.github.io'
destination_folder: 'static/firmware_build'
user_email: '[email protected]'
Expand Down

0 comments on commit d65380c

Please sign in to comment.