add the v version

This commit is contained in:
Waylon Walker 2023-06-14 20:53:31 -05:00
parent a8e6a01159
commit be6f6a7aa8
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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 }}