We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b57034 commit fa9f259Copy full SHA for fa9f259
.github/workflows/build_example.yaml
@@ -36,10 +36,10 @@ jobs:
36
run: cargo binstall --no-confirm --continue-on-failure wasm-bindgen-cli wasm-opt trunk
37
- if: ${{ inputs.api == 'webgl2' }}
38
name: build example
39
- run: just build_wasm_example ${{ inputs.example }}
+ run: just build_wasm_example ${{ inputs.example }} true
40
- if: ${{ inputs.api == 'webgpu' }}
41
42
- run: just build_wasm_example ${{ inputs.example }} webgpu
+ run: just build_wasm_example ${{ inputs.example }} true bevy/webgpu
43
- name: upload dist
44
uses: actions/upload-artifact@v4
45
with:
0 commit comments