Skip to content

Commit 04d0e5c

Browse files
Add artifact backup action
1 parent d7b04a1 commit 04d0e5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,9 @@ jobs:
332332
asset_path: ./${{ env.repository_zip_name }}
333333
asset_name: ${{ env.repository_zip_name }}
334334
asset_content_type: application/zip
335-
335+
336+
- name: Backup Release Asset
337+
uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
338+
with:
339+
artifact_path: ./${{ env.repository_zip_name }}
340+
release_tag: ${{ github.event.inputs.version_number }}

0 commit comments

Comments
 (0)