Skip to content

Commit bbf5373

Browse files
committed
gha debugging
1 parent 740c333 commit bbf5373

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- name: Download task template
2222
run: |
2323
LATEST=$(curl -s https://api.github.com/repos/nipype/pydra-tasks-template/releases/latest | grep tag_name | awk -F\" '{print $4}')
24-
curl -Lo pydra-task-template.tar.gz https://github.com/nipype/pydra-tasks-template/archive/refs/tags/$LATEST.tar.gz
25-
tar xzf pydra-task-template.tar.gz
24+
curl -Lo pydra-tasks-template.tar.gz https://github.com/nipype/pydra-tasks-template/archive/refs/tags/$LATEST.tar.gz
25+
tar xzf pydra-tasks-template.tar.gz
2626
ls
27-
mv pydra-tasks-template-* $HOME/pydra-tasks-template
27+
mv pydra-tasks-template-$LATEST $HOME/pydra-tasks-template
28+
ls $HOME
2829
2930
- uses: actions/upload-artifact@v4
3031
with:

0 commit comments

Comments
 (0)