mirror of
				https://github.com/yeslayla/butler-publish-itchio-action.git
				synced 2025-11-04 00:33:02 +01:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="white"
 | 
				
			|||||||
RUN dnf install unzip -y
 | 
					RUN dnf install unzip -y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install Butler
 | 
					# 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 \
 | 
					    && unzip butler.zip \
 | 
				
			||||||
    && cp butler /usr/bin \
 | 
					    && cp butler /usr/bin \
 | 
				
			||||||
    && chmod +x /usr/bin/butler
 | 
					    && chmod +x /usr/bin/butler
 | 
				
			||||||
 | 
				
			|||||||
@ -10,7 +10,7 @@ Example:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- uses: manleydev/butler-publish-itchio-action@master
 | 
					- uses: yeslayla/butler-publish-itchio-action@master
 | 
				
			||||||
  env:
 | 
					  env:
 | 
				
			||||||
    BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
 | 
					    BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
 | 
				
			||||||
    CHANNEL: windows
 | 
					    CHANNEL: windows
 | 
				
			||||||
 | 
				
			|||||||
@ -1,9 +1,9 @@
 | 
				
			|||||||
name: "Butler Push"
 | 
					name: "Butler Push"
 | 
				
			||||||
description: "Publish releases to Itch.io using Butler"
 | 
					description: "Publish releases to Itch.io using Butler"
 | 
				
			||||||
author: josephbmanley
 | 
					author: yeslayla
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: docker
 | 
					  using: docker
 | 
				
			||||||
  image: Dockerfile
 | 
					  image: Dockerfile
 | 
				
			||||||
branding:
 | 
					branding:
 | 
				
			||||||
  icon: upload
 | 
					  icon: upload
 | 
				
			||||||
  color: white
 | 
					  color: white
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user