updated less license to raw gh link (#2088)

This commit is contained in:
Darren Schroeder 2020-07-01 23:25:07 -05:00 committed by GitHub
parent ba5d774fe1
commit 7813063c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ jobs:
run: Invoke-WebRequest -Uri "https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe" -OutFile "target\release\less.exe"
- name: Download Less License
run: Invoke-WebRequest -Uri "https://github.com/jftuga/less-Windows/blob/master/LICENSE" -OutFile "target\release\LICENSE-for-less.txt"
run: Invoke-WebRequest -Uri "https://raw.githubusercontent.com/jftuga/less-Windows/master/LICENSE" -OutFile "target\release\LICENSE-for-less.txt"
- name: Copy files to output
run: |