mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00
packaging(windows): use local copy of GPL-3 (#19414)
This commit is contained in:
parent
8649e9daea
commit
2f8a5872a7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fi
|
|||
|
||||
${GITHUB_ACTIONS+echo "::group::Licenses"}
|
||||
if [ ! -f "/gpl-3.0.txt" ]; then
|
||||
curl -o /gpl-3.0.txt "https://www.gnu.org/licenses/gpl-3.0.txt"
|
||||
cp "${repo_root}/LICENSE" /gpl-3.0.txt
|
||||
fi
|
||||
|
||||
if [ ! -f "/cloud.txt" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue