Browse Source

[ci]Modify workflow

dufu1991 2 years ago
parent
commit
94d42f92f9
1 changed files with 1 additions and 1 deletions
  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