From 679393ec4034287df1731789bc2af394fa1123b0 Mon Sep 17 00:00:00 2001 From: solao Date: Sat, 15 Aug 2020 13:34:04 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e902575..f432ffc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ release: - docker - hawkeye script: - - 'dotnet publish -c Release -r linux-musl-x64 -o ../build --self-contained true /p:useapphost=true' + - 'dotnet publish -c Release --runtime linux-musl-x64 -o ../build' artifacts: paths: - build/*