Skip to content

Commit 536b311

Browse files
authored
Update ci.yml
1 parent 1d2575b commit 536b311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python3 ./setup.py sdist
6767
- uses: actions/download-artifact@v3
6868
with:
69-
path: ./artifact
69+
path: .
7070
- run: mv ./artifact/* ./dist
7171
- name: Set default for env.NEW_TAG
7272
run: echo "NEW_TAG=NO_NEW_TAG" >> $GITHUB_ENV

0 commit comments

Comments
 (0)