Skip to content

Commit

Permalink
Update GH action release build artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 31, 2024
1 parent 91dabc8 commit 0447e32
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 @@ -74,6 +74,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ${{ matrix.platform }}_nrf.bin
asset_path: _build/${{ matrix.platform }}_nrf.bin
asset_name: ${{ matrix.platform }}_nrf-${{ steps.get_release_version.outputs.release_version }}.bin
asset_content_type: application/octet-stream

0 comments on commit 0447e32

Please sign in to comment.