Skip to content

Commit 04bf35d

Browse files
committed
Include .elf in non-release-build
1 parent 1afaabc commit 04bf35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/non-release-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
cd Firmware/RTK_Surveyor/build/esp32.esp32.esp32/
141141
mkdir ${{ env.ARTIFACT }}
142142
mv RTK_Surveyor.ino.bin ${{ env.ARTIFACT }}
143+
mv RTK_Surveyor.ino.elf ${{ env.ARTIFACT }}
143144
144145
- name: Upload artifact directory to action - avoid double-zip
145146
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)