Skip to content

Commit

Permalink
fix firmware directory bug
Browse files Browse the repository at this point in the history
  • Loading branch information
markzakharyan committed Jan 27, 2025
1 parent 2817d46 commit fd6b582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
git clone https://github.com/afylab/firmware_uploader.git
cd firmware_uploader
rm -f firmware/*.bin
mkdir -p firmware
cp ../firmware/*.bin firmware/
rm -rf .git
Expand Down

0 comments on commit fd6b582

Please sign in to comment.