Update build path

This commit is contained in:
Daniel_I_Am 2020-08-15 18:54:00 -04:00
parent 4f616758de
commit 29b8a46f69

View File

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