Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: location has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 1, 2024
1 parent c8f278c commit 226b3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-w /workdir/nrf/samples/cellular/at_client \
nordicplayground/nrfconnect-sdk:main \
west build -p always -b ${{ matrix.board }} --build-dir /workdir/project/build
cp build/zephyr/merged.hex at_host-${{ env.NAME }}.hex
cp build/merged.hex at_host-${{ env.NAME }}.hex
# Ensure that the new build actually contains updated code,
# otherwise do not push a new release for this HEX file
Expand Down

0 comments on commit 226b3c3

Please sign in to comment.