Skip to content

Commit

Permalink
publish wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Jul 18, 2024
1 parent 6e684a6 commit 5570c67
Show file tree
Hide file tree
Showing 48 changed files with 3 additions and 4,533 deletions.
26 changes: 3 additions & 23 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,17 @@ on:
tags:
- '*'

env:
CARGO_TERM_COLOR: always

jobs:
build-and-publish:
name: Publish for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
artifact_name: circom
asset_name: circom-linux-amd64
- os: windows-latest
artifact_name: circom.exe
asset_name: circom-windows-amd64.exe
- os: macos-latest
artifact_name: circom
asset_name: circom-macos-amd64

name: Publish for wasm
steps:
- name: Checkout project
uses: actions/checkout@v2

- name: Build
run: cargo build --verbose --release

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: target/release/${{ matrix.artifact_name }}
file: npm/circom.wasm
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
asset_name: ${{ matrix.asset_name }}
asset_name: circom.wasm
39 changes: 0 additions & 39 deletions .github/workflows/deploy-mkdocs.yml

This file was deleted.

23 changes: 0 additions & 23 deletions mkdocs/README-MKDOCS.md

This file was deleted.

2 changes: 0 additions & 2 deletions mkdocs/TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs/docs/CNAME

This file was deleted.

113 changes: 0 additions & 113 deletions mkdocs/docs/background/background.md

This file was deleted.

Loading

0 comments on commit 5570c67

Please sign in to comment.