Skip to content

Commit f7d55f1

Browse files
committed
fix yaml typo
1 parent 466e614 commit f7d55f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
run: |
5555
export VER=v$(python -c "exec(open('src/fcl/version.py','r').read());print(__version__)")
5656
echo "tag_name=${VER}" >> $GITHUB_OUTPUT
57-
- uses: actions/download-artifact@v4
58-
with:
59-
path: dist
60-
pattern: wheels-*
61-
merge-multiple: true
57+
- uses: actions/download-artifact@v4
58+
with:
59+
path: dist
60+
pattern: wheels-*
61+
merge-multiple: true
6262
- uses: ncipollo/[email protected]
6363
with:
6464
artifacts: "dist/*"

0 commit comments

Comments
 (0)