From eed59bf1db9dfeac10b91f83ec783b095ccdca1b Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Mon, 1 Apr 2024 15:35:16 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- ReadMe.md | 2 +- action.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5fefaff..6aaf7a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/ReadMe.md b/ReadMe.md index 3ac16b5..39f9024 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 diff --git a/action.yml b/action.yml index e07ab99..2720996 100644 --- a/action.yml +++ b/action.yml @@ -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 \ No newline at end of file + color: white