chrome-addon
chrome-addon copied to clipboard
zip file in github artefacts
If I understand correctly, this github action requires that the extension is committed into the repository.
However, I am using a github action to build the artefacts. how can I use this github action to then publish the artefacts direct to the chrome store?
In my project i used another action to make zip file with extension contents. So look at the example
Note: chrome publishing action is not working now due to chrome api changes.