kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.36k stars 995 forks source link

ci: Fix failures due to artifacts naming #1327

Closed rockstorm101 closed 1 year ago

rockstorm101 commented 1 year ago

I'm going to need some help here. Hopefully someone with more Windows, and particularly PoweShell, knowledge than me.

The following line in the worflow's YAML files works as expected on Linux and macOS runners (which use Bash) but not on Windows (which uses PowerShell):

     run: |
        echo "EXE_NAME=printrun-test" >> $GITHUB_ENV

Any idea of what would be the equivalent for Windows?

CC @DivingDuck

rockstorm101 commented 1 year ago

Found the answer. Nothing like reading the docs :P

DivingDuck commented 1 year ago

Hi @rockstorm101 , sorry for not answering. I took a break and was traveling. Now I try to learn and understand your changes :)