Skip to content

Commit 419b452

Browse files
committed
Fix documents download path
1 parent c644d14 commit 419b452

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666

6767
- name: Download FluffEvent association documents
6868
run: |
69-
# download-documents.sh ./app/app
70-
sh ./cicd/download-documents.sh ./app/app
69+
# download-documents.sh ./app
70+
sh ./cicd/download-documents.sh ./app
7171
7272
- name: Pull dependencies
7373
run: |

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101

102102
- name: Download FluffEvent association documents
103103
run: |
104-
# download-documents.sh ./app/app
105-
sh ./cicd/download-documents.sh ./app/app
104+
# download-documents.sh ./app
105+
sh ./cicd/download-documents.sh ./app
106106
107107
- name: Pull dependencies
108108
run: |

0 commit comments

Comments
 (0)