File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2828 using : " composite"
2929 steps :
3030 - run : |
31- VERSION=0.3.1
32- ASSET_NAME=fetch-gh-release-binary_0.3.1_Linux_amd64.tar.gz
31+ VERSION=0.3.2
3332 BINARY_NAME=fetch-gh-release-binary
33+ ASSET_NAME=$BINARY_NAME_$VERSION_Linux_amd64.tar.gz
3434
3535 curl -LO https://github.com/charlieegan3/fetch-gh-release-binary/releases/download/$VERSION/$ASSET_NAME
3636 tar -zxf $ASSET_NAME
Original file line number Diff line number Diff line change @@ -138,6 +138,13 @@ func main() {
138138 continue
139139 }
140140
141+ if item .Name () == "README.md" {
142+ continue
143+ }
144+ if item .Name () == "LICENSE" {
145+ continue
146+ }
147+
141148 if http .DetectContentType (byteSlice ) == "application/octet-stream" {
142149 if * verbose {
143150 log .Printf ("selected binary '%s' from tar" , item .Name ())
You can’t perform that action at this time.
0 commit comments