Skip to content

Commit 78fff04

Browse files
committed
Add wolfPKCS11_TokenRepair
1 parent 54a50da commit 78fff04

File tree

6 files changed

+678
-51
lines changed

6 files changed

+678
-51
lines changed

.github/workflows/tpm-object-upgrade-regression.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ jobs:
110110
--metadata-file "${METADATA_FILE}" \
111111
--prepare --verbose
112112
113+
- name: Upload NVChip artifact
114+
if: ${{ always() }}
115+
uses: actions/upload-artifact@v4
116+
with:
117+
name: tpm-nvchip
118+
path: ibmswtpm2/src/NVChip
119+
113120
- name: Verify TPM objects using PR library
114121
working-directory: ./pr-branch
115122
env:

0 commit comments

Comments
 (0)