Skip to content

Commit bc92b24

Browse files
committed
Fix typo: 'upload_urll' -> 'upload_url'
1 parent a46cdf4 commit bc92b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:
59-
upload_url: ${{ steps.get_release.outputs.upload_urll }}
59+
upload_url: ${{ steps.get_release.outputs.upload_url }}
6060
asset_path: dist.zip
6161
asset_name: storagereloaded_${{ steps.get_version.outputs.version-without-v }}_${{ matrix.job.name }}.zip
6262
asset_content_type: application/zip

0 commit comments

Comments
 (0)