mirror of
https://github.com/yeslayla/butler-publish-itchio-action.git
synced 2025-09-13 11:33:50 +02:00
Install unzip
This commit is contained in:
@ -5,6 +5,8 @@ LABEL "com.github.actions.description"="Publishes releases to Itch.io using Butl
|
|||||||
LABEL "com.github.actions.icon"="upload"
|
LABEL "com.github.actions.icon"="upload"
|
||||||
LABEL "com.github.actions.color"="white"
|
LABEL "com.github.actions.color"="white"
|
||||||
|
|
||||||
|
RUN dnf install unzip -y
|
||||||
|
|
||||||
# Install Butler
|
# 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.ovh/butler/linux-amd64/LATEST/archive/default \
|
||||||
&& unzip butler.zip \
|
&& unzip butler.zip \
|
||||||
|
Reference in New Issue
Block a user