Skip to content

Commit

Permalink
Add confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 13, 2024
1 parent 9a04d81 commit 20cc21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
cargo ledger build ${BUILD_DEVICE_NAME} && \
APP_NAME=$(grep -E '^\s*name\s*=\s*' Cargo.toml | head -n 1 | awk -F'["]' '{print $2}') && \
mkdir -p ./build/${BIN_DIR_NAME}/bin && \
cp ./target/${BUILD_DEVICE_NAME}/release/${APP_NAME} ./build/${BIN_DIR_NAME}/bin/app.elf
cp ./target/${BUILD_DEVICE_NAME}/release/${APP_NAME} ./build/${BIN_DIR_NAME}/bin/app.elf && \
echo "Binary ${APP_NAME} copied as ./build/${BIN_DIR_NAME}/bin/app.elf"

Check failure on line 91 in .github/workflows/reusable_build.yml

View workflow job for this annotation

GitHub Actions / Check yaml files

91:1 [trailing-spaces] trailing spaces
else
eval "BOLOS_SDK=\$$(echo ${{ matrix.device }} | tr [:lower:] [:upper:])_SDK" && \
echo "BOLOS_SDK value will be: ${BOLOS_SDK}" && \
Expand Down

0 comments on commit 20cc21e

Please sign in to comment.