Published July 08, 2025
Earlier today someone opened an issue on one of my projects based on something I wrote in one of my TIL posts.
Apparently I had done something silly and didn't notice it (I used @@ instead of just @ in the call to the download artifact
action.) That caused the publish part of the action to fail. So to fix it, I joined the build and publish together. Thanks to this
person's help (and the issue they opened) I was able to separate the publish and
build jobs to be separate as they should be.
So thank you Sviatoslav Sydorenko for your help in fixing what could be a serious issue. I truly appreciate it.