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 8484 name : FreeRTOSv${{ github.event.inputs.version_number }}.zip
8585 path : zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
8686 create-release :
87+ permissions :
88+ id-token : write
8789 needs : create-zip
8890 name : Create Release and Upload Release Asset
8991 runs-on : ubuntu-latest
@@ -113,3 +115,8 @@ jobs:
113115 asset_path : ./FreeRTOSv${{ github.event.inputs.version_number }}.zip
114116 asset_name : FreeRTOSv${{ github.event.inputs.version_number }}.zip
115117 asset_content_type : application/zip
118+ - name : Backup Release Asset
119+ uses : FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
120+ with :
121+ artifact_path : ./FreeRTOSv${{ github.event.inputs.version_number }}.zip
122+ release_tag : ${{ github.event.inputs.version_number }}
You can’t perform that action at this time.
0 commit comments