As noted in the Butler documentation the dl.itch.ovh domain is deprecated for installing Butler.
On every trigger of my workflow it failed 2/3 of the times, due to the server not responding.
After this change it will be installed without problems (upgrading isn't needed either, since we install the latest stable version.
Also changed the ADD to COPY, mostly because in the best practices of Docker they said to prefer COPY over ADD
As noted in the Butler documentation the dl.itch.ovh domain is deprecated for installing Butler. On every trigger of my workflow it failed 2/3 of the times, due to the server not responding. After this change it will be installed without problems (upgrading isn't needed either, since we install the latest stable version.
Also changed the ADD to COPY, mostly because in the best practices of Docker they said to prefer COPY over ADD