Skip to content

Commit

Permalink
chore: use correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 6a8836f commit 3a90588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ 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 */* .'
run: 'mv /var/tmp/filecoin-proof-parameters/* /var/tmp/filecoin-proof-parameters/'
- name: Remove sub directories
run: 'rmdir */* .'
run: 'rmdir /var/tmp/filecoin-proof-parameters/*'
- name: Display structure of downloaded files
run: ls -lR /var/tmp/filecoin-proof-parameters/

Expand Down

0 comments on commit 3a90588

Please sign in to comment.