Skip to content

Commit

Permalink
ci: fix connectivity-bridge release assets
Browse files Browse the repository at this point in the history
The connectivity bridge assets have been missing since the renaming.

Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Sep 30, 2024
1 parent 23c092b commit 43f1084
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/attach_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
fail_on_unmatched_files: true
files: hello.nrfcloud.com-*.*
files: |
hello.nrfcloud.com-*.*
connectivity-bridge*.*
- name: Trigger workflow that publishes firmware bundles to nRF Cloud
working-directory: .github/workflows
Expand Down

0 comments on commit 43f1084

Please sign in to comment.