File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="white"
8
8
RUN dnf install unzip -y
9
9
10
10
# 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 \
12
12
&& unzip butler.zip \
13
13
&& cp butler /usr/bin \
14
14
&& chmod +x /usr/bin/butler
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Example:
10
10
11
11
``` yaml
12
12
steps :
13
- - uses : manleydev /butler-publish-itchio-action@master
13
+ - uses : yeslayla /butler-publish-itchio-action@master
14
14
env :
15
15
BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
16
16
CHANNEL : windows
Original file line number Diff line number Diff line change 1
1
name : " Butler Push"
2
2
description : " Publish releases to Itch.io using Butler"
3
- author : josephbmanley
3
+ author : yeslayla
4
4
runs :
5
5
using : docker
6
6
image : Dockerfile
7
7
branding :
8
8
icon : upload
9
- color : white
9
+ color : white
You can’t perform that action at this time.
0 commit comments