File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 8181 cd esp32.esp32.esp32
8282 mv RTK_Surveyor.ino.bin ${{ env.FILENAME_PREFIX }}${{ env.RC_PREFIX }}${{ steps.date.outputs.date }}.bin
8383
84+ - name : Upload binary to action
85+ uses : actions/upload-artifact@v3
86+ with :
87+ name : ${{ env.FILENAME_PREFIX }}${{ env.RC_PREFIX }}${{ steps.date.outputs.date }}
88+ path : ./Firmware/RTK_Surveyor/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.RC_PREFIX }}${{ steps.date.outputs.date }}.bin
89+
8490 - name : Push binary to Binaries Repo
8591 uses : dmnemec/copy_file_to_another_repo_action@main
8692 env :
Original file line number Diff line number Diff line change 8080 cd esp32.esp32.esp32
8181 mv RTK_Surveyor.ino.bin ${{ env.FILENAME_PREFIX }}${{ env.VERSION_MAJOR }}_${{ env.VERSION_MINOR }}.bin
8282
83+ - name : Upload binary to action
84+ uses : actions/upload-artifact@v3
85+ with :
86+ name : ${{ env.FILENAME_PREFIX }}
87+ path : ./Firmware/RTK_Surveyor/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.VERSION_MAJOR }}_${{ env.VERSION_MINOR }}.bin
88+
8389 - name : Push binary to Binaries Repo
8490 uses : dmnemec/copy_file_to_another_repo_action@main
8591 env :
You can’t perform that action at this time.
0 commit comments