Skip to content

Commit 1258ed3

Browse files
authored
Merge pull request #88 from PolyhedraZK/dev
Dev
2 parents d36255a + 0055de3 commit 1258ed3

70 files changed

Lines changed: 5737 additions & 445 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
upload-rust:
3636
needs: [build-rust, test-rust, lint]
3737
runs-on: ubuntu-latest
38-
if: github.ref == 'refs/heads/master'
38+
if: github.ref_type == 'tag'
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: Download artifacts

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ libec_go_lib.*
1212
.vscode
1313
.code
1414
.DS_Store
15+
*.log
16+
*.txt
17+
*.json
18+
*.witness

0 commit comments

Comments
 (0)