mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-17 10:29:51 +03:00
release.sh -- Place the targz into dist subdir
This commit is contained in:
parent
110434c2d5
commit
e2956cae82
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ f() {
|
||||||
zip dist/AdGuardHome_"$version"_Windows.zip AdGuardHome.exe README.md LICENSE.txt
|
zip dist/AdGuardHome_"$version"_Windows.zip AdGuardHome.exe README.md LICENSE.txt
|
||||||
else
|
else
|
||||||
pushd ..
|
pushd ..
|
||||||
tar zcvf AdGuardHome_"$version"_"$GOOS"_"$GOARCH".tar.gz AdGuardHome/{AdGuardHome,LICENSE.txt,README.md}
|
tar zcvf AdGuardHome/dist/AdGuardHome_"$version"_"$GOOS"_"$GOARCH".tar.gz AdGuardHome/{AdGuardHome,LICENSE.txt,README.md}
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue