Skip to content

Commit

Permalink
syntax error artifact path name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-silabs committed Jan 17, 2025
1 parent 2b2999a commit 27789a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if: ${{ inputs.workflowName == 'SQA Build' }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact_path }}
name: ${{ inputs.artifactPath }}
path: ${{ env.MATTER_EXTN_ROOT }}/${{ inputs.board }}/${{ inputs.app }}-${{ inputs.suffix }}/${{ inputs.app }}-${{ inputs.suffix }}/build/debug/${{ inputs.app }}-${{ inputs.suffix }}.s37

- name: Save Artifact Name
Expand Down

0 comments on commit 27789a9

Please sign in to comment.