mirror of
				https://github.com/yeslayla/butler-publish-itchio-action.git
				synced 2025-11-04 00:33:02 +01:00 
			
		
		
		
	FIx issue with old Butler download
There was an old reference to the Butler download. Also fixed
This commit is contained in:
		@ -6,11 +6,12 @@ LABEL "com.github.actions.icon"="upload"
 | 
				
			|||||||
LABEL "com.github.actions.color"="white"
 | 
					LABEL "com.github.actions.color"="white"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install Butler
 | 
					# Install Butler
 | 
				
			||||||
ADD https://dl.itch.ovh/butler/linux-amd64/head/butler /usr/bin/
 | 
					RUN curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default \
 | 
				
			||||||
RUN chmod +x /usr/bin/butler
 | 
					    && unzip butler.zip \
 | 
				
			||||||
RUN butler upgrade --assume-yes
 | 
					    && cp butler /usr/bin \
 | 
				
			||||||
 | 
					    && chmod +x /usr/bin/butler
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Run butler push
 | 
					# Run butler push
 | 
				
			||||||
ADD entrypoint.sh /entrypoint.sh
 | 
					COPY entrypoint.sh /entrypoint.sh
 | 
				
			||||||
RUN chmod +x entrypoint.sh
 | 
					RUN chmod +x entrypoint.sh
 | 
				
			||||||
ENTRYPOINT ["/entrypoint.sh"]
 | 
					ENTRYPOINT ["/entrypoint.sh"]
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user