We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39496fc commit 63f1234Copy full SHA for 63f1234
.github/workflows/build-board-custom.yml
@@ -125,4 +125,4 @@ jobs:
125
uses: actions/upload-artifact@v4
126
with:
127
name: ${{ inputs.board }}-${{ inputs.language }}-${{ inputs.version }}${{ inputs.flags != '' && '-custom' || '' }}${{ inputs.debug && '-debug' || '' }}
128
- path: ports/${{ input.port }}/build-${{ inputs.board }}/firmware.*
+ path: ports/${{ inputs.port }}/build-${{ inputs.board }}/firmware.*
0 commit comments