Skip to content

Commit df640b8

Browse files
Add artifact backup action
1 parent d7b04a1 commit df640b8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,11 @@ 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+
permissions:
339+
id-token: write
340+
with:
341+
artifact_path: ./${{ env.repository_zip_name }}
342+
release_tag: ${{ github.event.inputs.version_number }}

0 commit comments

Comments
 (0)