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 d2fa773 commit 4e38d17Copy full SHA for 4e38d17
.github/workflows/rv-run-proofs.yaml
@@ -112,6 +112,8 @@ jobs:
112
113
- name: "Run Proof ${{ matrix.proof }} and store resulting tree"
114
run: |
115
+ docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
116
+ bash -c "ls -la artefacts; mkdir -p artefacts/proof; ls -la artefacts"
117
timeout 7200 \
118
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
119
kmir prove-rs --smir artefacts/p-token.smir.json \
@@ -129,7 +131,7 @@ jobs:
129
131
if: always()
130
132
uses: actions/upload-artifact@v4
133
with:
- name: $artefacts-{{ matrix.proof }}
134
+ name: $artefacts-${{ matrix.proof }}
135
path: |
136
artefacts/p-token.smir.json
137
artefacts/proof/*-full.txt
0 commit comments