Skip to content

Commit

Permalink
chore: use files in sub dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 3a90588 commit 1b33d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Display structure of downloaded files
run: ls -lR /var/tmp/filecoin-proof-parameters/
- name: Move all artifacts from sub directories into the main one
run: 'mv /var/tmp/filecoin-proof-parameters/* /var/tmp/filecoin-proof-parameters/'
run: 'mv /var/tmp/filecoin-proof-parameters/*/* /var/tmp/filecoin-proof-parameters/'
- name: Remove sub directories
run: 'rmdir /var/tmp/filecoin-proof-parameters/*'
- name: Display structure of downloaded files
Expand Down

0 comments on commit 1b33d35

Please sign in to comment.