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