Attach an asset to a github release
You can use pub_release to automatically attach an asset to a git 'release'.
Install dcli which we will use to create the hook.
You will need to obtain a github personal access token:
https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
Copy the following script to:
<project root>/tool/post_release_hook\publish_asset.dart
Last updated
Was this helpful?