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 1d2575b commit 536b311Copy full SHA for 536b311
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
python3 ./setup.py sdist
67
- uses: actions/download-artifact@v3
68
with:
69
- path: ./artifact
+ path: .
70
- run: mv ./artifact/* ./dist
71
- name: Set default for env.NEW_TAG
72
run: echo "NEW_TAG=NO_NEW_TAG" >> $GITHUB_ENV
0 commit comments