Open jarrodek opened 3 years ago
I'm getting this exact error too - though luckily there is a second action workflow that succeeds.
Not sure why two actions workflows are triggered by a push to GitHub. This above error occurs on the workflow that is for the main
branch. The one that succeeds is for the vN.N.N
branch.
I just followed the instructions in the README with a bare bones test project.
I am trying to configure then GH action and after a few hours, I am starting to giving up.
My repo is private but I believe I already fixed all issues related to access tokens. Dependencies are installed, build performed, but the publish action fails. I have a build that releases the app for Windows, Linux, and macOS. It always fils on Linux as it's faster than other platforms.
The action produces the following output (I am replacing GH org with xxx and repo name with yyy because it is a private repo of my organization):
Any idea what that would be?