mirror of
https://github.com/yeslayla/butler-publish-itchio-action.git
synced 2025-07-05 04:15:59 +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.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 \
|
||||
|
Reference in New Issue
Block a user