mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
do-release: link to release upload automation SO threads
This commit is contained in:
@@ -7,6 +7,9 @@ tag="sha-${common_sha}"
|
||||
upload_basename="images-${common_sha}.zip"
|
||||
git tag "$tag"
|
||||
git push --tags
|
||||
# TODO
|
||||
# - https://stackoverflow.com/questions/41022470/curl-request-to-add-file-to-github-release
|
||||
# - https://stackoverflow.com/questions/38627115/upload-files-to-github-directory-using-github-api
|
||||
#curl "https://api.github.com/repos/cirosantilli/linux-kernel-module-cheat/releases/tags/${tag}/assets?access_token=$(cat data/access_token)&tag_name=${upload_basename}" \
|
||||
# --header 'Content-Type: application/zip' \
|
||||
# --upload-file "${common_out_dir}/${upload_basename}" \
|
||||
|
||||
Reference in New Issue
Block a user