Skip to content

Commit

Permalink
Use specific upload
Browse files Browse the repository at this point in the history
  • Loading branch information
antaalt committed Mar 21, 2024
1 parent 324de1e commit 4f3007e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wasm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
#- name: Optimize WASM
# run: wasm-opt target/wasm32-unknown-unknown/debug/protos_rs.wasm -O2 --fast-math -o target/wasm32-unknown-unknown/debug/protos_rs.wasm
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ./web/public/

deploy:
Expand Down

0 comments on commit 4f3007e

Please sign in to comment.