Skip to content

Commit 94ed2b9

Browse files
committed
use forked publish-to-itch-with-butler action
1 parent 6b5f2b7 commit 94ed2b9

2 files changed

Lines changed: 9 additions & 88 deletions

File tree

.github/actions/publish-to-itch-with-butler/action.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run-id: ${{ github.event.workflow_run.id }}
2929

3030
- name: Publish Windows x64 to itch.io
31-
uses: ./.github/actions/publish-to-itch-with-butler
31+
uses: gelatolabs/publish-to-itch-with-butler@v1
3232
with:
3333
api-key: ${{ secrets.BUTLER_API_KEY }}
3434
itch_user: gelatolabs
@@ -38,7 +38,7 @@ jobs:
3838
version: ${{ steps.get-version.outputs.version }}
3939

4040
- name: Publish Windows x86 to itch.io
41-
uses: ./.github/actions/publish-to-itch-with-butler
41+
uses: gelatolabs/publish-to-itch-with-butler@v1
4242
with:
4343
api-key: ${{ secrets.BUTLER_API_KEY }}
4444
itch_user: gelatolabs
@@ -48,7 +48,7 @@ jobs:
4848
version: ${{ steps.get-version.outputs.version }}
4949

5050
- name: Publish macOS to itch.io
51-
uses: ./.github/actions/publish-to-itch-with-butler
51+
uses: gelatolabs/publish-to-itch-with-butler@v1
5252
with:
5353
api-key: ${{ secrets.BUTLER_API_KEY }}
5454
itch_user: gelatolabs
@@ -58,7 +58,7 @@ jobs:
5858
version: ${{ steps.get-version.outputs.version }}
5959

6060
- name: Publish Linux AppImage to itch.io
61-
uses: ./.github/actions/publish-to-itch-with-butler
61+
uses: gelatolabs/publish-to-itch-with-butler@v1
6262
with:
6363
api-key: ${{ secrets.BUTLER_API_KEY }}
6464
itch_user: gelatolabs
@@ -68,7 +68,7 @@ jobs:
6868
version: ${{ steps.get-version.outputs.version }}
6969

7070
- name: Publish Linux .deb to itch.io
71-
uses: ./.github/actions/publish-to-itch-with-butler
71+
uses: gelatolabs/publish-to-itch-with-butler@v1
7272
with:
7373
api-key: ${{ secrets.BUTLER_API_KEY }}
7474
itch_user: gelatolabs
@@ -78,7 +78,7 @@ jobs:
7878
version: ${{ steps.get-version.outputs.version }}
7979

8080
- name: Publish Android to itch.io
81-
uses: ./.github/actions/publish-to-itch-with-butler
81+
uses: gelatolabs/publish-to-itch-with-butler@v1
8282
with:
8383
api-key: ${{ secrets.BUTLER_API_KEY }}
8484
itch_user: gelatolabs
@@ -88,7 +88,7 @@ jobs:
8888
version: ${{ steps.get-version.outputs.version }}
8989

9090
- name: Publish iOS to itch.io
91-
uses: ./.github/actions/publish-to-itch-with-butler
91+
uses: gelatolabs/publish-to-itch-with-butler@v1
9292
with:
9393
api-key: ${{ secrets.BUTLER_API_KEY }}
9494
itch_user: gelatolabs
@@ -98,7 +98,7 @@ jobs:
9898
version: ${{ steps.get-version.outputs.version }}
9999

100100
- name: Publish .love to itch.io
101-
uses: ./.github/actions/publish-to-itch-with-butler
101+
uses: gelatolabs/publish-to-itch-with-butler@v1
102102
with:
103103
api-key: ${{ secrets.BUTLER_API_KEY }}
104104
itch_user: gelatolabs
@@ -108,7 +108,7 @@ jobs:
108108
version: ${{ steps.get-version.outputs.version }}
109109

110110
- name: Publish web to itch.io
111-
uses: ./.github/actions/publish-to-itch-with-butler
111+
uses: gelatolabs/publish-to-itch-with-butler@v1
112112
with:
113113
api-key: ${{ secrets.BUTLER_API_KEY }}
114114
itch_user: gelatolabs

0 commit comments

Comments
 (0)