Skip to content

Commit

Permalink
Remove elf to binary conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
HDR committed Sep 18, 2023
1 parent 0c5ab9c commit 3f0e97e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
run: |
cd arm_segger_embedded_studio_v622a_linux_x64/bin
./emBuild -config "Debug" ${{ github.workspace }}//Burnmaster-Firmware/CartReaderApp/GDCartReader.emProject
- name: ELF2Bin
run: |
cd arm_segger_embedded_studio_v622a_linux_x64/gcc/arm-none-eabi/bin
./objcopy ${{ github.workspace }}//Burnmaster-Firmware/CartReaderApp//Output/Debug/Exe/GDCartReader.elf ${{ github.workspace }}//Burnmaster-Firmware/CartReaderApp/Output/Debug/Exe/update.bin -Obinary
- uses: actions/upload-artifact@v3
with:
name: Burnmaster-Firmware
path: ${{ github.workspace }}//Burnmaster-Firmware/CartReaderApp/Output/Debug/Exe/update.bin
path: ${{ github.workspace }}//Burnmaster-Firmware/CartReaderApp/Output/Debug/Exe/GDCartReader.bin

0 comments on commit 3f0e97e

Please sign in to comment.