Skip to content

Commit 740c333

Browse files
committed
debugging gha
1 parent 5a17c33 commit 740c333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
LATEST=$(curl -s https://api.github.com/repos/nipype/pydra-tasks-template/releases/latest | grep tag_name | awk -F\" '{print $4}')
2424
curl -Lo pydra-task-template.tar.gz https://github.com/nipype/pydra-tasks-template/archive/refs/tags/$LATEST.tar.gz
2525
tar xzf pydra-task-template.tar.gz
26+
ls
2627
mv pydra-tasks-template-* $HOME/pydra-tasks-template
2728
2829
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)