File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 8282 name : FreeRTOSv${{ github.event.inputs.version_number }}.zip
8383 path : zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
8484 create-release :
85+ permissions :
86+ id-token : write
8587 needs : create-zip
8688 name : Create Release and Upload Release Asset
8789 runs-on : ubuntu-latest
@@ -111,3 +113,8 @@ jobs:
111113 asset_path : ./FreeRTOSv${{ github.event.inputs.version_number }}.zip
112114 asset_name : FreeRTOSv${{ github.event.inputs.version_number }}.zip
113115 asset_content_type : application/zip
116+ - name : Backup Release Asset
117+ uses : FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
118+ with :
119+ artifact_path : ./FreeRTOSv${{ github.event.inputs.version_number }}.zip
120+ release_tag : ${{ github.event.inputs.version_number }}
You can’t perform that action at this time.
0 commit comments