mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Don't upload other js files
This commit is contained in:
parent
fc4bb7e24f
commit
022368ea0d
1 changed files with 4 additions and 6 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -107,11 +107,9 @@ jobs:
|
|||
with:
|
||||
name: v86
|
||||
path: |
|
||||
build/*.js
|
||||
build/*.js.map
|
||||
build/*.wasm
|
||||
!build/libwabt.js
|
||||
!build/dummy_output.wasm
|
||||
build/libv86*.js
|
||||
build/libv86*.js.map
|
||||
build/v86*.wasm
|
||||
|
||||
upload:
|
||||
name: Upload release
|
||||
|
|
@ -139,5 +137,5 @@ jobs:
|
|||
tag: latest
|
||||
commit: master
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
artifacts: "build/v86/*.js, build/v86/*.js.map, build/v86/*.wasm"
|
||||
artifacts: "build/v86/libv86*.js, build/v86/libv86*.js.map, build/v86/v86*.wasm"
|
||||
prerelease: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue