Skip to content

Commit 19bf6eb

Browse files
authored
Merge pull request #17 from nipype/new-syntax
updated ci-cd
2 parents f8a1adb + 091efe7 commit 19bf6eb

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
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/upload-artifact@v4
7777
with:
7878
name: built
79-
path: /dist
79+
path: dist
8080
# Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets.
8181
# Secrets are not accessible in the if: condition [0], so set an output variable [1]
8282
# [0] https://github.community/t/16928

0 commit comments

Comments
 (0)