Skip to content

Commit

Permalink
added factory, elf, and map files for all supported platforms (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
  • Loading branch information
eckelj committed May 28, 2024
1 parent 8d041a4 commit 682fef1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release_rddl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,27 @@ jobs:
- name: Prepare firmware for upload
run: |
mv ./build_output/firmware/tasmota32.bin ./build_output/firmware/tasmota32-rddl.bin
mv .pio/build/tasmota32/firmware.elf ./build_output/firmware/tasmota32-rddl.elf
mv ./build_output/firmware/tasmota32.factory.bin ./build_output/firmware/tasmota32-rddl.factory.bin
mv ./build_output/firmware/tasmota32.map.gz ./build_output/firmware/tasmota32-rddl.map.gz
mv ./build_output/firmware/tasmota32c3.bin ./build_output/firmware/tasmota32c3-rddl.bin
mv .pio/build/tasmota32c3/firmware.elf ./build_output/firmware/tasmota32c3-rddl.elf
mv ./build_output/firmware/tasmota32c3.factory.bin ./build_output/firmware/tasmota32c3-rddl.factory.bin
mv ./build_output/firmware/tasmota32c3.map.gz ./build_output/firmware/tasmota32c3-rddl.map.gz
- name: Release
uses: softprops/action-gh-release@v1
with:
prerelease: false
files: |
./build_output/firmware/tasmota32-rddl.bin
./build_output/firmware/tasmota32-rddl.elf
./build_output/firmware/tasmota32-rddl.factory.bin
./build_output/firmware/tasmota32-rddl.map.gz
./build_output/firmware/tasmota32c3-rddl.bin
./build_output/firmware/tasmota32c3-rddl.elf
./build_output/firmware/tasmota32c3-rddl.factory.bin
./build_output/firmware/tasmota32c3-rddl.map.gz
name: ${{ github.event.inputs.tag }}
tag_name: ${{ github.event.inputs.tag }}
fail_on_unmatched_files: true
Expand Down

0 comments on commit 682fef1

Please sign in to comment.