We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d628228 commit 2137057Copy full SHA for 2137057
.github/workflows/release.yml
@@ -90,6 +90,8 @@ jobs:
90
name: ${{ env.repostiory_zip_name }}
91
path: zip-check/${{ env.repostiory_zip_name }}
92
create-release:
93
+ permissions:
94
+ id-token: write
95
needs: create-zip
96
name: Create Release and Upload Release Asset
97
runs-on: ubuntu-latest
@@ -119,3 +121,8 @@ jobs:
119
121
asset_path: ./${{ env.repostiory_zip_name }}
120
122
asset_name: ${{ env.repostiory_zip_name }}
123
asset_content_type: application/zip
124
+ - name: Backup Release Asset
125
+ uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
126
+ with:
127
+ artifact_path: ./${{ env.repostiory_zip_name }}
128
+ release_tag: ${{ github.event.inputs.version_number }}
0 commit comments