Skip to content

publish wasm

publish wasm #1

Workflow file for this run

name: Publish binaries
on:
push:
tags:
- '*'
jobs:
build-and-publish:
name: Publish for wasm

Check failure on line 9 in .github/workflows/binaries.yml

View workflow run for this annotation

GitHub Actions / Publish binaries

Invalid workflow file

The workflow is not valid. .github/workflows/binaries.yml (Line: 9, Col: 5): Required property is missing: runs-on

Check failure on line 9 in .github/workflows/binaries.yml

View workflow run for this annotation

GitHub Actions / Publish binaries

Invalid workflow file

The workflow is not valid. .github/workflows/binaries.yml (Line: 9, Col: 5): Required property is missing: runs-on

Check failure on line 9 in .github/workflows/binaries.yml

View workflow run for this annotation

GitHub Actions / Publish binaries

Invalid workflow file

The workflow is not valid. .github/workflows/binaries.yml (Line: 9, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: npm/circom.wasm
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
asset_name: circom.wasm