Skip to content

Bump bytemuck from 1.20.0 to 1.21.0 #31

Bump bytemuck from 1.20.0 to 1.21.0

Bump bytemuck from 1.20.0 to 1.21.0 #31

Workflow file for this run

name: build
on:
push:
branches: [main]
paths-ignore:
- "**/*.gitattributes"
- "**/*.gitignore"
- "**/*.md"
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Build WebApp
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Wasm-Pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build Wasm Project
run: ./build.ps1
shell: pwsh
- uses: actions/upload-artifact@v4
with:
name: publish-wasm-site
path: wgpu-testbed-webapp/dist