Skip to content

Commit

Permalink
workflow: Correct filename for debug elf
Browse files Browse the repository at this point in the history
The filename for the debug elf has a '+', not a '-'.

Signed-off-by: Gregers Gram Rygg <[email protected]>
  • Loading branch information
gregersrygg committed Oct 11, 2024
1 parent 5976e4f commit c090e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-symbol-files-to-memfault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
upload-mcu-symbols \
--software-type hello.nrfcloud.com \
--software-version ${{ inputs.version }}+debug \
hello.nrfcloud.com-${{ inputs.version }}-debug-thingy91x-nrf91.elf
hello.nrfcloud.com-${{ inputs.version }}+debug-thingy91x-nrf91.elf

0 comments on commit c090e06

Please sign in to comment.