From 1806db4174c40a45c00051dbd7d4e295926d9a01 Mon Sep 17 00:00:00 2001 From: Mifeet Date: Sun, 8 Dec 2024 13:12:33 +0000 Subject: [PATCH] Fix --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 304f77d..765180d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,8 +81,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} run: | - ls dist -# gh release upload '${{ github.ref_name }}' dist/* --repo '${{ github.repository }}' + gh release upload --repo '${{ github.repository }}' '${{ github.ref_name }}' dist/* # - name: Publish distribution 📦 to PyPI # uses: pypa/gh-action-pypi-publish@release/v1