yeslayla / butler-publish-itchio-action

GitHub action that publishes releases to Itch.io using Butler
https://github.com/josephbmanley/butler-publish-itchio-action
GNU General Public License v3.0
114 stars 21 forks source link

Fix issue with deprecated download location for Butler #2

Closed skarnl closed 4 years ago

skarnl commented 4 years ago

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