Skip to content

Commit 4e38d17

Browse files
committed
debug: try creating proof directory beforehand. Correct artefact name
1 parent d2fa773 commit 4e38d17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rv-run-proofs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
113113
- name: "Run Proof ${{ matrix.proof }} and store resulting tree"
114114
run: |
115+
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
116+
bash -c "ls -la artefacts; mkdir -p artefacts/proof; ls -la artefacts"
115117
timeout 7200 \
116118
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
117119
kmir prove-rs --smir artefacts/p-token.smir.json \
@@ -129,7 +131,7 @@ jobs:
129131
if: always()
130132
uses: actions/upload-artifact@v4
131133
with:
132-
name: $artefacts-{{ matrix.proof }}
134+
name: $artefacts-${{ matrix.proof }}
133135
path: |
134136
artefacts/p-token.smir.json
135137
artefacts/proof/*-full.txt

0 commit comments

Comments
 (0)