mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-08 01:11:49 +08:00
release.sh: do not reference make
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
+2
-2
@@ -19,9 +19,9 @@ fi
|
||||
PROJECT=473862
|
||||
TOKEN=$(cat ~/.gitlab-token)
|
||||
version=$1
|
||||
file=ocserv-${version}.tar.xz
|
||||
file=build/meson-dist/ocserv-${version}.tar.xz
|
||||
|
||||
echo "Signing artifacts as generated by 'make dist'"
|
||||
echo "Signing artifacts as generated by 'meson dist -C build --no-tests'"
|
||||
echo "Press enter to continue or type skip to skip..."
|
||||
read s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user