We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbb9a4 commit 24545aeCopy full SHA for 24545ae
.github/workflows/release.yml
@@ -161,6 +161,8 @@ jobs:
161
ref: ${{ github.event.inputs.version_number }}
162
add_release: "true"
163
create-release:
164
+ permissions:
165
+ id-token: write
166
needs:
167
- create-zip
168
- deploy-doxygen
@@ -193,3 +195,8 @@ jobs:
193
195
asset_path: ./coreSNTP-${{ github.event.inputs.version_number }}.zip
194
196
asset_name: coreSNTP-${{ github.event.inputs.version_number }}.zip
197
asset_content_type: application/zip
198
+ - name: Backup Release Asset
199
+ uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
200
+ with:
201
+ artifact_path: ./coreSNTP-${{ github.event.inputs.version_number }}.zip
202
+ release_tag: ${{ github.event.inputs.version_number }}
0 commit comments