Skip to content

release: update uploadReleaseAsset API#19022

Merged
taronaeo merged 1 commit intoggml-org:masterfrom
taronaeo:fix/release-ci
Jan 22, 2026
Merged

release: update uploadReleaseAsset API#19022
taronaeo merged 1 commit intoggml-org:masterfrom
taronaeo:fix/release-ci

Conversation

@taronaeo
Copy link
Copy Markdown
Member

@taronaeo taronaeo commented Jan 22, 2026

fixes: #19011

GitHub Script v8 updated the way the API is called. Instead of calling uploadReleaseAsset as

github.repos.uploadReleaseAsset(...)

we now need to use the .rest object as such

github.rest.repos.uploadReleaseAsset(...)

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
@taronaeo taronaeo requested a review from CISC as a code owner January 22, 2026 13:26
@taronaeo
Copy link
Copy Markdown
Member Author

Merge on green

@github-actions github-actions Bot added the devops improvements to build systems and github actions label Jan 22, 2026
@taronaeo taronaeo merged commit 8b30840 into ggml-org:master Jan 22, 2026
2 checks passed
ronaldmannak pushed a commit to PicoMLX/llama.cpp that referenced this pull request Jan 24, 2026
shaofeiqi pushed a commit to qualcomm/llama.cpp that referenced this pull request Feb 6, 2026
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misc. bug: Github Actions CI is no longer creating release assets since b7798

2 participants