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 9c1a0ba commit abd0fc5Copy full SHA for abd0fc5
.github/workflows/release.yml
@@ -142,6 +142,8 @@ jobs:
142
ref: ${{ github.event.inputs.version_number }}
143
add_release: "true"
144
create-release:
145
+ permissions:
146
+ id-token: write
147
needs:
148
- create-zip
149
- deploy-doxygen
@@ -181,3 +183,8 @@ jobs:
181
183
FreeRTOS-Cellular-Interface-${{ github.event.inputs.version_number
182
184
}}.zip
185
asset_content_type: application/zip
186
+ - name: Backup Release Asset
187
+ uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
188
+ with:
189
+ artifact_path: ./FreeRTOS-Cellular-Interface-${{ github.event.inputs.version_number }}.zip
190
+ release_tag: ${{ github.event.inputs.version_number }}
0 commit comments