Skip to content

Commit 63f1234

Browse files
authored
fix typo in action
1 parent 39496fc commit 63f1234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-board-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ jobs:
125125
uses: actions/upload-artifact@v4
126126
with:
127127
name: ${{ inputs.board }}-${{ inputs.language }}-${{ inputs.version }}${{ inputs.flags != '' && '-custom' || '' }}${{ inputs.debug && '-debug' || '' }}
128-
path: ports/${{ input.port }}/build-${{ inputs.board }}/firmware.*
128+
path: ports/${{ inputs.port }}/build-${{ inputs.board }}/firmware.*

0 commit comments

Comments
 (0)