Install unzip

This commit is contained in:
Oskar van Velden 2020-06-11 09:22:48 +02:00 committed by GitHub
parent 429eea9b6d
commit b1f7d404eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \