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 bbf5373 commit bfcf0cfCopy full SHA for bfcf0cf
.github/workflows/ci-cd.yml
@@ -24,7 +24,7 @@ jobs:
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
26
ls
27
- mv pydra-tasks-template-$LATEST $HOME/pydra-tasks-template
+ mv pydra-tasks-template-${LATEST#v} $HOME/pydra-tasks-template
28
ls $HOME
29
30
- uses: actions/upload-artifact@v4
0 commit comments