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 c08b1e1 commit 927ee95Copy full SHA for 927ee95
.github/workflows/release.yml
@@ -123,6 +123,8 @@ jobs:
123
ref: ${{ github.event.inputs.version_number }}
124
add_release: "true"
125
create-release:
126
+ permissions:
127
+ id-token: write
128
needs:
129
- create-zip
130
- deploy-doxygen
@@ -154,3 +156,8 @@ jobs:
154
156
asset_path: ./coreHTTP-${{ github.event.inputs.version_number }}.zip
155
157
asset_name: coreHTTP-${{ github.event.inputs.version_number }}.zip
158
asset_content_type: application/zip
159
+ - name: Backup Release Asset
160
+ uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
161
+ with:
162
+ artifact_path: ./coreHTTP-${{ github.event.inputs.version_number }}.zip
163
+ release_tag: ${{ github.event.inputs.version_number }}
0 commit comments