Skip to content

Commit

Permalink
workflow: upload update binary to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Nov 17, 2024
1 parent 3577e40 commit 63683f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
if [[ -n "$FULL_FW" ]]; then
echo "FULL_FW=${FULL_FW}" >> ${GITHUB_ENV}
echo "FULL_FW_SHA=${FULL_FW}.sha256sum" >> ${GITHUB_ENV}
echo "UPDATE_FW=${UPDATE_FW}" >> ${GITHUB_ENV}
echo "UPDATE_FW_SHA=${UPDATE_FW}.sha256sum" >> ${GITHUB_ENV}
else
echo "Matching .bin files not found."
Expand Down

0 comments on commit 63683f8

Please sign in to comment.