Skip to content

Commit

Permalink
ci: try to fix esp user build error
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Dec 25, 2024
1 parent bbc48d7 commit ff79ce5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/user_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ jobs:
else
ARCH=""
fi
echo "::set-output name=arch::$ARCH"
# Save the arch as a GitHub Actions output variable
echo "arch=$ARCH" >> $GITHUB_OUTPUT
- name: echo project name
working-directory: ./rmk
run: ls target/${{ steps.arch.outputs.arch }}/release
- name: convert firmware to bin
working-directory: ./rmk
run: espflash save-image --chip ${{ needs.get_chip_name.outputs.chip_name }} target/${{ steps.arch.outputs.arch }}/release/rmk-${{ needs.get_chip_name.outputs.chip_name }} ./rmk.bin
Expand Down

0 comments on commit ff79ce5

Please sign in to comment.