main: minor bugfix

This commit is contained in:
Leon van Kammen 2024-05-17 17:56:02 +02:00
parent 056029b09c
commit 88a4c12bee
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: create index.glb
run: cp example/assets/*.{glb} .
run: cp example/assets/*.glb .
# working-directory: ./
- name: Upload artifact
uses: actions/upload-pages-artifact@v2