Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fbewivpjsbsby authored Nov 4, 2023
1 parent 1362723 commit d75d678
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
args: --profile release
env:
CORN_TEST: bar
- uses: actions/upload-artifact@v3
with:
name: build-${{ matrix.os }}
path: corn/

build-wasm:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -109,6 +113,11 @@ jobs:
run: wasm-pack test --node
working-directory: libcorn

- uses: actions/upload-artifact@v3
with:
name: build-wasm-${{ matrix.os }}
path: corn/

build-lua:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -137,3 +146,8 @@ jobs:
with:
command: build
args: --features ${{ matrix.lua }}

- uses: actions/upload-artifact@v3
with:
name: build-lua-${{ matrix.os }}
path: corn/

0 comments on commit d75d678

Please sign in to comment.