mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01:00
updated less license to raw gh link (#2088)
This commit is contained in:
parent
ba5d774fe1
commit
7813063c93
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"
|
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
|
- 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
|
- name: Copy files to output
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user