Skip to content

Commit eed59bf

Browse files
committed
Update Dockerfile
1 parent 83ce22b commit eed59bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="white"
88
RUN dnf install unzip -y
99

1010
# Install Butler
11-
RUN curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \
11+
RUN curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default \
1212
&& unzip butler.zip \
1313
&& cp butler /usr/bin \
1414
&& chmod +x /usr/bin/butler

ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Example:
1010

1111
```yaml
1212
steps:
13-
- uses: manleydev/butler-publish-itchio-action@master
13+
- uses: yeslayla/butler-publish-itchio-action@master
1414
env:
1515
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
1616
CHANNEL: windows

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Butler Push"
22
description: "Publish releases to Itch.io using Butler"
3-
author: josephbmanley
3+
author: yeslayla
44
runs:
55
using: docker
66
image: Dockerfile
77
branding:
88
icon: upload
9-
color: white
9+
color: white

0 commit comments

Comments
 (0)