From 90153151658087944cbcbc771cc3c218ce5566a8 Mon Sep 17 00:00:00 2001 From: Bo Kou Date: Thu, 2 Jan 2025 17:53:29 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e991de9566..5d7a754b3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,6 +78,8 @@ jobs: cp -r ${{ github.workspace }}/packages/xr/dist ${{ github.workspace }}/temp/@galacean/engine-xr mkdir -p ${{ github.workspace }}/temp/@galacean/engine-shader-lab cp -r ${{ github.workspace }}/packages/shader-lab/dist ${{ github.workspace }}/temp/@galacean/engine-shader-lab + mkdir -p ${{ github.workspace }}/temp/@galacean/engine-shader-shaderlab + cp -r ${{ github.workspace }}/packages/shader-shaderlab/dist ${{ github.workspace }}/temp/@galacean/engine-shader-shaderlab mkdir -p ${{ github.workspace }}/temp/@galacean/engine-physics-lite cp -r ${{ github.workspace }}/packages/physics-lite/dist ${{ github.workspace }}/temp/@galacean/engine-physics-lite mkdir -p ${{ github.workspace }}/temp/@galacean/engine-physics-physx @@ -112,6 +114,7 @@ jobs: "${{ github.workspace }}/temp/@galacean/engine/dist/browser.js", "${{ github.workspace }}/temp/@galacean/engine-xr/dist/browser.js", "${{ github.workspace }}/temp/@galacean/engine-shader-lab/dist/browser.js", + "${{ github.workspace }}/temp/@galacean/engine-shader-shaderlab/dist/browser.js", "${{ github.workspace }}/temp/@galacean/engine-physics-lite/dist/browser.js", "${{ github.workspace }}/temp/@galacean/engine-physics-physx/dist/browser.js", "${{ github.workspace }}/temp/@galacean/engine-toolkit/umd/browser.js",