瀏覽代碼

[ci]Modify workflow

dufu1991 2 年之前
父節點
當前提交
94d42f92f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      demo/.github/workflows/releases-demo.yml

+ 1 - 1
demo/.github/workflows/releases-demo.yml

@@ -38,7 +38,7 @@ jobs:
           cache: 'npm'
       - name: Install dependencies and build
         env:
-          BASE_PATH: '/${{ github.event.repository.name }}'
+          BASE_PATH: '/'
         run: |
           npm ci
           npm run build