Skip to content

Update rust.yml

Update rust.yml #63

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: build
uses: bbbottle/bbp-action@build
- name: release
uses: bbbottle/[email protected]
with:
token: ${{ secrets.VERCEL_TOKEN }}
wasm: "bbp_now.wasm"