diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a72de9..ae7facc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ release: - docker - hawkeye script: - - 'dotnet publish -c Release --runtime linux-musl-x64 -o ../build' + - 'dotnet publish -c Release --runtime linux-musl-x64 -o build' artifacts: paths: - - ../build/* \ No newline at end of file + - build/* \ No newline at end of file