Skip to content

Commit cb72e3e

Browse files
committed
fix: missing outputs field
1 parent ce4ae32 commit cb72e3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-guest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ jobs:
9999
uses: nick-fields/assert-action@v1
100100
with:
101101
expected: ${{ steps.docker-build-guest.outputs.commitments-chunk }}
102-
actual: ${{ steps.commitments-chunk-prover.commitments }}
102+
actual: ${{ steps.commitments-chunk-prover.outputs.commitments }}
103103

104104
- name: Compare batch-circuit commitments
105105
uses: nick-fields/assert-action@v1
106106
with:
107107
expected: ${{ steps.docker-build-guest.outputs.commitments-batch }}
108-
actual: ${{ steps.commitments-batch-prover.commitments }}
108+
actual: ${{ steps.commitments-batch-prover.outputs.commitments }}
109109

110110
- name: Compare bundle-circuit commitments
111111
uses: nick-fields/assert-action@v1
112112
with:
113113
expected: ${{ steps.docker-build-guest.outputs.commitments-bundle }}
114-
actual: ${{ steps.commitments-bundle-prover.commitments }}
114+
actual: ${{ steps.commitments-bundle-prover.outputs.commitments }}

0 commit comments

Comments
 (0)