diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e40a432..3201d25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload "${{ github.run_number }}" dist/ + run: gh release upload v${{ github.run_number }} dist/ - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}