Skip to content

Commit

Permalink
added scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
KeKsBoTer committed Jan 18, 2024
1 parent fac653b commit b8a33bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
run: |
cargo install wasm-bindgen-cli
bash build_wasm.sh
- name: Download scenes
uses: robinraju/release-downloader@v1.8
with:
tag: "v1.0.0"
zipBall: true
extract: true
out-file-path: "./public/scenes"

- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit b8a33bd

Please sign in to comment.