Skip to content

Commit fa9f259

Browse files
committed
check
1 parent 6b57034 commit fa9f259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: cargo binstall --no-confirm --continue-on-failure wasm-bindgen-cli wasm-opt trunk
3737
- if: ${{ inputs.api == 'webgl2' }}
3838
name: build example
39-
run: just build_wasm_example ${{ inputs.example }}
39+
run: just build_wasm_example ${{ inputs.example }} true
4040
- if: ${{ inputs.api == 'webgpu' }}
4141
name: build example
42-
run: just build_wasm_example ${{ inputs.example }} webgpu
42+
run: just build_wasm_example ${{ inputs.example }} true bevy/webgpu
4343
- name: upload dist
4444
uses: actions/upload-artifact@v4
4545
with:

0 commit comments

Comments
 (0)