We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40007d commit cf5e017Copy full SHA for cf5e017
.github/workflows/phantoms.yaml
@@ -108,10 +108,8 @@ jobs:
108
run: |
109
powershell -command "Expand-Archive PHANTOMS.zip"
110
# Move contents from PHANTOMS/OpenNeuroPET-Phantoms/ to OpenNeuroPET-Phantoms/
111
- if [ -d "PHANTOMS/OpenNeuroPET-Phantoms" ]; then
112
- mv PHANTOMS/OpenNeuroPET-Phantoms .
113
- rm -rf PHANTOMS
114
- fi
+ mv PHANTOMS/OpenNeuroPET-Phantoms .
+ rm -rf PHANTOMS
115
116
- name: Decompress phantoms posix
117
if: steps.cache-phantoms.outputs.cache-hit != 'true' && !env.ACT && runner.os != 'Windows'
0 commit comments