Skip to content

Commit cf5e017

Browse files
committed
love it
1 parent d40007d commit cf5e017

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/phantoms.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ jobs:
108108
run: |
109109
powershell -command "Expand-Archive PHANTOMS.zip"
110110
# 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
111+
mv PHANTOMS/OpenNeuroPET-Phantoms .
112+
rm -rf PHANTOMS
115113
116114
- name: Decompress phantoms posix
117115
if: steps.cache-phantoms.outputs.cache-hit != 'true' && !env.ACT && runner.os != 'Windows'

0 commit comments

Comments
 (0)