Update Dockerfile

This commit is contained in:
Layla 2024-04-01 15:35:16 +02:00 committed by Layla
parent 83ce22b4f5
commit eed59bf1db
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -10,7 +10,7 @@ Example:
```yaml
steps:
- uses: manleydev/butler-publish-itchio-action@master
- uses: yeslayla/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: windows

View File

@ -1,9 +1,9 @@
name: "Butler Push"
description: "Publish releases to Itch.io using Butler"
author: josephbmanley
author: yeslayla
runs:
using: docker
image: Dockerfile
branding:
icon: upload
color: white
color: white