fix upload path
All checks were successful
Release VSCode Extension / release (push) Successful in 33s
All checks were successful
Release VSCode Extension / release (push) Successful in 33s
This commit is contained in:
@@ -80,5 +80,5 @@ jobs:
|
||||
curl -X POST \
|
||||
-H "Authorization: token ${{ gitea.token }}" \
|
||||
-H "Content-Type: application/octet-stream" \
|
||||
--data-binary @"prompter/$VSIX_FILE" \
|
||||
--data-binary @"$VSIX_FILE" \
|
||||
https://git.bhakat.dev/api/v1/repos/abhishekbhakat/Prompter/releases/$RELEASE_ID/assets?name=$VSIX_FILE
|
||||
|
||||
Reference in New Issue
Block a user