From 056029b09c77bab803847022529aa812dcedd525 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 17 May 2024 17:55:15 +0200 Subject: [PATCH] main: minor bugfix --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2cd4fcc..d91212d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -38,8 +38,8 @@ jobs: # path: feat/multiparty - name: Setup Pages uses: actions/configure-pages@v3 - - name: create index.gltf - run: cp example/assets/*.{gltf,glb} . + - name: create index.glb + run: cp example/assets/*.{glb} . # working-directory: ./ - name: Upload artifact uses: actions/upload-pages-artifact@v2