Skip to content

Commit b454135

Browse files
update
1 parent dc6945c commit b454135

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/goto-transcoder.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
run: ./scripts/run-kani.sh --kani-args --keep-temps --only-codegen --target-dir kani/contracts
3434

3535
# Debug: Check contracts
36-
- name: List contracts found
37-
run: ls kani/contracts
36+
- uses: actions/upload-artifact@v4
37+
with:
38+
name: contracts
39+
path: kani/contracts
3840

3941
# Step 3: Run goto-transcoder
4042
- name: Run goto-transcoder

0 commit comments

Comments
 (0)