Skip to content

Commit c2d9748

Browse files
committed
Fix main Circom circuit name in workflow
1 parent 4d24f4a commit c2d9748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/circom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727

2828
- name: Circuits Compiling
2929
if: ${{ steps.cache-circuits.outputs.cache-hit != 'true' }}
30-
run: ./scripts/compile-circuit.sh main
30+
run: ./scripts/compile-circuit.sh atomic_swap

0 commit comments

Comments
 (0)