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 9fd0646 commit 67936c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
with:
name: build-${{ matrix.os }}
path: |
target/
pkg/
target/debug
!target/debug/*/
build-wasm:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -119,8 +119,8 @@ jobs:
with:
name: build-wasm-${{ matrix.os }}
path: |
target/
pkg/
target/debug
!target/debug/*/
build-lua:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -155,5 +155,5 @@ jobs:
with:
name: build-lua-${{ matrix.os }}
path: |
target/
pkg/
target/debug
!target/debug/*/

0 comments on commit 67936c5

Please sign in to comment.