Skip to content

Commit

Permalink
fixup: rename artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Srinivasan <[email protected]>
  • Loading branch information
Balaji Srinivasan committed Jun 7, 2024
1 parent 1d8a079 commit 3824c06
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/attach_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
with:
name: oob-t91x

- name: Rename artifacts
run: |
mv merged.hex hello.nrfcloud.com-${{ github.ref_name }}-thingy91x-debug-app.hex
mv app_update.bin hello.nrfcloud.com-${{ github.ref_name }}-thingy91x-debug-app_update.bin
- name: Deploy release to github
uses: softprops/action-gh-release@v1
with:
fail_on_unmatched_files: true
files: |
merged.hex
app_update.bin
files: hello.nrfcloud.com-*.*

0 comments on commit 3824c06

Please sign in to comment.