Skip to content

Commit

Permalink
Fix manifest path on deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Mar 5, 2024
1 parent 49864be commit 2c1257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
run: |
mkdir -p deploy
cp web-installer/index.html deploy/index.html
mv manifest*.json deploy/.
mkdir -p deploy/firmware
mv manifest*.json deploy/firmware
mv furble-*.bin deploy/firmware
- name: Publish
Expand Down

0 comments on commit 2c1257e

Please sign in to comment.