Skip to content

Commit

Permalink
Merge #246
Browse files Browse the repository at this point in the history
246: updated bevy version in Cargo.toml and wasm-bindgen in web-demo workflow r=odecay a=odecay



Co-authored-by: otis <[email protected]>
  • Loading branch information
bors[bot] and odecay authored Aug 29, 2022
2 parents aade363 + e8d6cde commit d8bfbdc
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 74 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/web-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Web Demo
on:
push:
tags:
- 'v*'
- "v*"
jobs:
publish-web-demo:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: jetli/[email protected]
with:
version: '0.2.81'
version: "0.2.82"

- name: Build WASM Release 🔨
run: just build-release-web
Expand All @@ -58,4 +58,3 @@ jobs:
clean: false
target-folder: player
ssh-key: ${{ secrets.MASTER_GH_PAGES_DEPLOY_KEY }}

Loading

0 comments on commit d8bfbdc

Please sign in to comment.