10000 GitHub - stfnr/action-wget-unzip
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stfnr/action-wget-unzip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.github/workflows/main.yaml

Download Zip file and extract it action

This action downloads a zip file and extracts it to a certain folder

Inputs

url

Required What to download.

destination

Required Where to extract

Example usage

uses: actions/schmiddim-wget-unzip@v1
with:
  url: 'https://github.com/hpool-dev/chia-miner/releases/download/1.5.6/HPool-Miner-chia-og-v1.5.6-1-linux.zip'
  destination: arm-release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.4%
  • Dockerfile 13.6%
0