Skip to content

Commit 1b33d35

Browse files
committed
chore: use files in sub dirs
1 parent 3a90588 commit 1b33d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Display structure of downloaded files
165165
run: ls -lR /var/tmp/filecoin-proof-parameters/
166166
- name: Move all artifacts from sub directories into the main one
167-
run: 'mv /var/tmp/filecoin-proof-parameters/* /var/tmp/filecoin-proof-parameters/'
167+
run: 'mv /var/tmp/filecoin-proof-parameters/*/* /var/tmp/filecoin-proof-parameters/'
168168
- name: Remove sub directories
169169
run: 'rmdir /var/tmp/filecoin-proof-parameters/*'
170170
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)