Skip to content

Commit abd0fc5

Browse files
Add artifact backup action
1 parent 9c1a0ba commit abd0fc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
ref: ${{ github.event.inputs.version_number }}
143143
add_release: "true"
144144
create-release:
145+
permissions:
146+
id-token: write
145147
needs:
146148
- create-zip
147149
- deploy-doxygen
@@ -181,3 +183,8 @@ jobs:
181183
FreeRTOS-Cellular-Interface-${{ github.event.inputs.version_number
182184
}}.zip
183185
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

Comments
 (0)