Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian authored Jan 26, 2025
1 parent 3bef4f9 commit 090908a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ runs:
push: never
runCmd: |
src/bin/rsdk setup
src/bin/rsdk shell rsdk build ${{ env.options }} ${{ inputs.product }} ${{ inputs.suite }} ${{ inputs.edition }}
if ! src/bin/rsdk shell rsdk build ${{ env.options }} ${{ inputs.product }} ${{ inputs.suite }} ${{ inputs.edition }} --debug; then
cat out/${{ inputs.product }}*/rootfs/var/lib/dkms/radxa-overlays/0.1.20/build/make.log
fi
- name: Prepare for release
id: prep
shell: bash
Expand Down

0 comments on commit 090908a

Please sign in to comment.