Skip to content

Update ci.yml

Update ci.yml #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build-wasm:
name: Build Wasm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v4
path: sr9.wasm

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 9): Unexpected value 'path' .github/workflows/ci.yml (Line: 30, Col: 9): Unexpected value 'path'
build:
name: Build
needs: build-wasm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/upload-pages-artifact@v3
path: src/