Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri authored Oct 5, 2024
1 parent e0519fd commit a10cf53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ on:

jobs:
build-wasm:
name: Build WASM
name: Build Wasm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v4
path: sr9.wasm
build:
name: Build
needs: build-wasm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/upload-pages-artifact@v3
path: src/

0 comments on commit a10cf53

Please sign in to comment.