Skip to content

Commit e680ed7

Browse files
committed
Update to Bevy 0.17
1 parent e8a039e commit e680ed7

File tree

22 files changed

+1918
-1629
lines changed

22 files changed

+1918
-1629
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
uses: actions/checkout@v4
141141
with:
142142
lfs: ${{ env.git_lfs }}
143-
143+
144144
- name: Install Rust toolchain
145145
uses: dtolnay/rust-toolchain@stable
146146
with:
@@ -170,13 +170,13 @@ jobs:
170170
run: |
171171
cp wasm/index.html .
172172
cargo binstall --no-confirm trunk wasm-bindgen-cli wasm-opt
173-
trunk build --locked --release --dist '${{ env.app }}'
173+
trunk build --locked --no-default-features --release --dist '${{ env.app }}'
174174

175175
- name: Build binaries (non-Web)
176176
if: ${{ matrix.platform != 'web' }}
177177
run: |
178178
for target in ${{ matrix.targets }}; do
179-
cargo build --locked --profile='${{ matrix.profile }}' --target="${target}" --no-default-features --features='${{ matrix.features }}'
179+
cargo build --locked --no-default-features --profile='${{ matrix.profile }}' --target="${target}" --no-default-features --features='${{ matrix.features }}'
180180
mv target/"${target}"/'${{ matrix.profile }}/${{ env.cargo_build_binary_name }}${{ matrix.binary_ext }}' tmp/binary/"${target}"'${{ matrix.binary_ext }}'
181181
done
182182

@@ -306,4 +306,4 @@ jobs:
306306
--userversion='${{ needs.get-version.outputs.version }}' \
307307
tmp/"${channel}"/* \
308308
'${{ env.upload_to_itch }}':"${channel#package-}"
309-
done
309+
done

0 commit comments

Comments
 (0)