Skip to content

Commit

Permalink
.github/workflows/doc-build.yml: Fix wheel location
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 24, 2024
1 parent 0285417 commit 92d3887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./upstream/sagemath_doc*.whl
path: ./venv/var/lib/sage/wheels/sagemath_doc*.whl

upload_wheels:
needs: build-docs
Expand Down

0 comments on commit 92d3887

Please sign in to comment.