mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix artifact name
This commit is contained in:
parent
f2e13c1317
commit
377c58c97a
4
.github/workflows/library-web.yml
vendored
4
.github/workflows/library-web.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
just web-test "web-webgl"
|
just web-test "web-webgl"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: webgpu-demo
|
name: webgl-demo
|
||||||
path: web/demo/dist/
|
path: web/demo/dist/
|
||||||
|
|
||||||
library-webgpu:
|
library-webgpu:
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
just web-test ""
|
just web-test ""
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: webgl-demo
|
name: webgpu-demo
|
||||||
path: web/demo/dist/
|
path: web/demo/dist/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user