Skip to content

Commit d8bfbdc

Browse files
bors[bot]odecay
andauthored
Merge #246
246: updated bevy version in Cargo.toml and wasm-bindgen in web-demo workflow r=odecay a=odecay Co-authored-by: otis <[email protected]>
2 parents aade363 + e8d6cde commit d8bfbdc

File tree

3 files changed

+73
-74
lines changed

3 files changed

+73
-74
lines changed

.github/workflows/web-demo.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Web Demo
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77
jobs:
88
publish-web-demo:
99
runs-on: ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: jetli/[email protected]
3333
with:
34-
version: '0.2.81'
34+
version: "0.2.82"
3535

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

0 commit comments

Comments
 (0)