Skip to content

Commit

Permalink
修改github action 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Mar 17, 2023
1 parent 536d0ee commit d330013
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
node-version: '16'
- name: Yarn install
run: |
cd frontend && yarn install --registry https://registry.npmmirror.com --legacy-peer-deps && ls ../controller/
cd frontend && yarn install --registry https://registry.npmmirror.com --legacy-peer-deps
ls -l ./
ls -l ../controller/
ls -l ../
- name: print files
run: |
pwd
Expand Down

0 comments on commit d330013

Please sign in to comment.