Skip to content

Commit

Permalink
chore: make rmdir succceed
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 1b33d35 commit 6838160
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 @@ -166,7 +166,7 @@ jobs:
- name: Move all artifacts from sub directories into the main one
run: 'mv /var/tmp/filecoin-proof-parameters/*/* /var/tmp/filecoin-proof-parameters/'
- name: Remove sub directories
run: 'rmdir /var/tmp/filecoin-proof-parameters/*'
run: 'rmdir /var/tmp/filecoin-proof-parameters/*' || true
- name: Display structure of downloaded files
run: ls -lR /var/tmp/filecoin-proof-parameters/

Expand Down

0 comments on commit 6838160

Please sign in to comment.