Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Mar 20, 2023
1 parent 2d08f0f commit 056006f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ makers
rm -rf release
mkdir release

pushd eurorack && cargo objcopy --release -- -O binary ../release/kaseta-firmware-${version}.bin && popd
pushd firmware && cargo objcopy --release -- -O binary ../release/kaseta-firmware-${version}.bin && popd

make manual
makers manual
cp manual/user/manual.pdf release/kaseta-user-manual.pdf
cp manual/build/manual.pdf release/kaseta-build-manual.pdf

Expand Down

0 comments on commit 056006f

Please sign in to comment.