Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit f70d5e1

Browse files
committed
Fix CI
1 parent 2ad2f8d commit f70d5e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
4545
upload_url: ${{ steps.create_release.outputs.upload_url }}
46-
asset_path: dist/sphinx-a4doc-${{ steps.get_version.outputs.VERSION }}.tar.gz
47-
asset_name: sphinx-a4doc-${{ steps.get_version.outputs.VERSION }}.tar.gz
46+
asset_path: dist/sphinx_a4doc-${{ steps.get_version.outputs.VERSION }}.tar.gz
47+
asset_name: sphinx_a4doc-${{ steps.get_version.outputs.VERSION }}.tar.gz
4848
asset_content_type: application/tar+gzip
4949
- name: Publish distribution to Test PyPI
5050
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)