try quoting

This commit is contained in:
Waylon Walker 2023-06-14 20:52:47 -05:00
parent 032d3ded50
commit a8e6a01159
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 "${{ github.run_number }}" dist/
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}