We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a90588 commit 1b33d35Copy full SHA for 1b33d35
.github/workflows/ci.yml
@@ -164,7 +164,7 @@ jobs:
164
- name: Display structure of downloaded files
165
run: ls -lR /var/tmp/filecoin-proof-parameters/
166
- name: Move all artifacts from sub directories into the main one
167
- run: 'mv /var/tmp/filecoin-proof-parameters/* /var/tmp/filecoin-proof-parameters/'
+ run: 'mv /var/tmp/filecoin-proof-parameters/*/* /var/tmp/filecoin-proof-parameters/'
168
- name: Remove sub directories
169
run: 'rmdir /var/tmp/filecoin-proof-parameters/*'
170
0 commit comments