Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from jesserockz/mmwave-kit
Browse files Browse the repository at this point in the history
Fix binary path
  • Loading branch information
limengdu authored Sep 25, 2023
2 parents 55e6e6b + d90bd63 commit 4de6870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Move generated files to output
run: |
mkdir -p output
mv ${{ steps.esphome-build.outputs.name }}/* output/
mv ${{ steps.esphome-build.outputs.name }} output/
mv output/${{ steps.esphome-build.outputs.name }}/manifest.json output/
echo ${{ steps.esphome-build.outputs.version }} > output/version
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 4de6870

Please sign in to comment.