mirror of
https://github.com/yeslayla/butler-publish-itchio-action.git
synced 2025-01-13 20:43:25 +01:00
Update Dockerfile
This commit is contained in:
parent
83ce22b4f5
commit
b5f0b072e8
@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="white"
|
||||
RUN dnf install unzip -y
|
||||
|
||||
# Install Butler
|
||||
RUN curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \
|
||||
RUN curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default \
|
||||
&& unzip butler.zip \
|
||||
&& cp butler /usr/bin \
|
||||
&& chmod +x /usr/bin/butler
|
||||
|
Loading…
Reference in New Issue
Block a user