Skip to content

Commit bfcf0cf

Browse files
committed
gha action debug
1 parent bbf5373 commit bfcf0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
curl -Lo pydra-tasks-template.tar.gz https://github.com/nipype/pydra-tasks-template/archive/refs/tags/$LATEST.tar.gz
2525
tar xzf pydra-tasks-template.tar.gz
2626
ls
27-
mv pydra-tasks-template-$LATEST $HOME/pydra-tasks-template
27+
mv pydra-tasks-template-${LATEST#v} $HOME/pydra-tasks-template
2828
ls $HOME
2929
3030
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)