We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5066275 commit 09e2c5aCopy full SHA for 09e2c5a
.github/workflows/gradle.yml
@@ -64,5 +64,5 @@ jobs:
64
shell: cmd
65
66
- name: Flash on board
67
- run: LinkServer flash MIMXRT1176xxxxx:MIMXRT1170-EVKB load .\application.elf
+ run: cd ./build/application/executable && LinkServer flash MIMXRT1176xxxxx:MIMXRT1170-EVKB load .\application.elf
68
0 commit comments