mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 19:21:10 +00:00
updated less license to raw gh link (#2088)
This commit is contained in:
parent
ba5d774fe1
commit
7813063c93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue