From 3824c063de2c0da9ca556ba374337e53eb55d54e Mon Sep 17 00:00:00 2001 From: Balaji Srinivasan Date: Fri, 7 Jun 2024 13:50:49 +0200 Subject: [PATCH] fixup: rename artifacts Signed-off-by: Balaji Srinivasan --- .github/workflows/attach_release_assets.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/attach_release_assets.yml b/.github/workflows/attach_release_assets.yml index 92518475..c5ee09c6 100644 --- a/.github/workflows/attach_release_assets.yml +++ b/.github/workflows/attach_release_assets.yml @@ -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-*.*