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 3f3b0dd commit a840e1fCopy full SHA for a840e1f
1 file changed
.github/workflows/emulated.yml
@@ -113,12 +113,12 @@ jobs:
113
run: |
114
python3 .github/scripts/run_example.py --only tpm --no-netns \
115
--expect-sha '${{ steps.wolfssl.outputs.sha256 }}' \
116
- --results results-tpm-${{ matrix.simulator }}.json
+ --results results-tpm-${{ matrix.simulator }}-${{ matrix.wolfssl_ref }}.json
117
118
- uses: actions/upload-artifact@v4
119
if: always()
120
with:
121
- name: results-tpm-${{ matrix.simulator }}-attempt${{ github.run_attempt }}
+ name: results-tpm-${{ matrix.simulator }}-${{ matrix.wolfssl_ref }}-attempt${{ github.run_attempt }}
122
path: results-*.json
123
retention-days: 5
124
if-no-files-found: ignore
0 commit comments