Fix missing identifier in snap build action; add snap install to readme#1793
Fix missing identifier in snap build action; add snap install to readme#1793mre merged 1 commit intolycheeverse:masterfrom
Conversation
mre
left a comment
There was a problem hiding this comment.
Thanks. I don't know how it would make the build work, but it's certainly great to update the docs.
|
The reason this fixed the error from the earlier PR is because the final publishing step uses the value of Maybe you need to register the name under your account before you can upload packages? |
|
Aha! That might be the case. I'll try that if I get the chance. |
|
It would not let me register: Can't find a package with that name through the snap search. Not sure what's going on. I reached out to the snapcraft team. |
|
Update: it worked now! 🥳 The fine folks at snapcraft already replied and we have the name now. The upload worked. Can you try to install it on your end? |
|
It does install, though I forgot to enable privileges to let the app access files and the network. Fixed in #1796. Also, only the unstable build was pushed; you may want to manually trigger a build for the latest stable release (you should be able to run the workflow against an arbitrary branch/tag from the Actions panel). Until there's a build on the stable channel, users will see the following when installing: |
|
Right, thanks! Merged your PR. I just wanted to wait for the stable release until we ran a test. I can't test it myself right now, but if you let me know that it works, I can then go and push the stable release. |
|
It works :) |
|
Very nice! Thanks for the feedback! |
Quick follow-up to #1786 since I saw the workflow isn't passing yet.