Skip to content

Commit

Permalink
fixing pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed May 17, 2024
1 parent 996dd51 commit bf84b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fileName: '*wasm*'
- name: Add WASM files to pages directory
run: |
unzip xipher_js_wasm.zip
unzip -n xipher_js_wasm.zip
mkdir -p pages/wasm
mv wasm_exec.js pages/wasm/
mv xipher.wasm pages/wasm/
Expand Down

0 comments on commit bf84b3c

Please sign in to comment.