mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-13 18:39:34 -04:00
fix: upload signature of measurements. (#1213)
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
61e0057043
commit
656e109e17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-os-image.yml
vendored
2
.github/workflows/build-os-image.yml
vendored
|
@ -733,7 +733,7 @@ jobs:
|
|||
"s3://cdn-constellation-backend/${{needs.build-settings.outputs.imageApiBasePath}}/csp/${{ matrix.csp }}/measurements.json" \
|
||||
--no-progress
|
||||
aws s3 cp \
|
||||
"pcrs-${{ matrix.csp }}.json" \
|
||||
"pcrs-${{ matrix.csp }}.json.sig" \
|
||||
"s3://cdn-constellation-backend/${{needs.build-settings.outputs.imageApiBasePath}}/csp/${{ matrix.csp }}/measurements.json.sig" \
|
||||
--no-progress
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue