diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb75e54..e40a432 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 "${{ github.run_number }}" dist/ - name: Upload Release Asset env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}