mirror of
https://github.com/yeslayla/butler-publish-itchio-action.git
synced 2025-01-13 12:33:27 +01:00
Install unzip
This commit is contained in:
parent
429eea9b6d
commit
b1f7d404eb
@ -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.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 \
|
||||
&& unzip butler.zip \
|
||||
|
Loading…
Reference in New Issue
Block a user