Help needed diagnosing why github build action is failing

I can’t figure out why the most recent run of my Venom github build action is now failing at the linux stage with

make: *** No rule to make target 'plugin-build-linux-x64'.  Stop.

I did not make any changes to the script, and it worked perfectly before.

Anyone have any suggestions on how to fix this, or at least how to further diagnose what is going wrong?

Change

plugin-build-linux-x64

To

plugin-build-lin-x64

Sorry, on mobile, so formatting is ugly.

EDIT: Automated building and releasing Plugins on Github with Github Actions - #40 by qno

4 Likes

Perfect, thanks! And special thanks for the link with the explanation!