Skip to content

Commit

Permalink
chore: move files
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 36ed3f9 commit 6a8836f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@ jobs:
#run-id: ${{ github.event.workflow_run.id }}
- 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 */* .'
- name: Remove sub directories
run: 'rmdir */* .'
- name: Display structure of downloaded files
run: ls -lR /var/tmp/filecoin-proof-parameters/


#- name: Test in release profile
Expand Down

0 comments on commit 6a8836f

Please sign in to comment.