Skip to content

Commit

Permalink
Fixed workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
cowuake committed Nov 1, 2023
1 parent 184f671 commit eebdb7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
run: wasm-pack build --release --target web
working-directory: $WORK_DIR

- name: Upload web page artifact
- name: Generate final web page
run: cp $WEB_PAGE_SOURCE $WEB_PAGE
working-directory: $WORK_DIR

- name: Upload web page artifact
uses: actions/upload-artifact@v3
with:
name: web-page
Expand Down

0 comments on commit eebdb7e

Please sign in to comment.