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 a10cf53 commit a796f20
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build all

on:
push:
Expand All @@ -19,12 +19,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v4
path: sr9.wasm
with:
name: wasm
path: sr9.wasm
build:
name: Build
needs: build-wasm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: wasm
- uses: actions/upload-pages-artifact@v3
path: src/
with:
path: src/

0 comments on commit a796f20

Please sign in to comment.