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"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: webgpu-demo
|
||||
name: webgl-demo
|
||||
path: web/demo/dist/
|
||||
|
||||
library-webgpu:
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
just web-test ""
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: webgl-demo
|
||||
name: webgpu-demo
|
||||
path: web/demo/dist/
|
||||
|
||||
deploy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user