From 29b8a46f69e9a4940c0f4a9e733c8368835b7153 Mon Sep 17 00:00:00 2001 From: Daniel_I_Am Date: Sat, 15 Aug 2020 18:54:00 -0400 Subject: [PATCH] Update build path --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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