Compare commits

3 Commits

Author SHA1 Message Date
a89b6d757e Update .vscodeignore to exclude additional asset directories and files 2025-03-28 04:27:09 +00:00
1924971d22 Add avatar image asset 2025-03-28 04:27:05 +00:00
a31a1bd3e2 fix upload path
All checks were successful
Release VSCode Extension / release (push) Successful in 33s
2025-03-27 10:04:39 +00:00
3 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -29,3 +29,7 @@ package-lock.json
# Assets not needed in the final package
attached_assets/**
.config
assets/
.gitea/**
*.md
.vscode-test.mjs

BIN
assets/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 KiB