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/*