소스 검색

[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