Skip to content

Commit

Permalink
fixed save dir
Browse files Browse the repository at this point in the history
  • Loading branch information
grazder committed Nov 13, 2023
1 parent 46bd7e8 commit 5a56f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:

- name: Build wasm package
run:
"wasm-pack build libDF --target no-modules --features wasm --out-dir wasm_package"
"wasm-pack build libDF --target no-modules --features wasm"

- uses: actions/upload-artifact@v3
with:
name: wasm_package
path: ./wasm_package
path: ./libDF/pkg
retention-days: 7

0 comments on commit 5a56f39

Please sign in to comment.