Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-08-15 13:34:04 -04:00
parent 16908ecf2c
commit 679393ec40

View File

@ -72,7 +72,7 @@ release:
- docker - docker
- hawkeye - hawkeye
script: 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: artifacts:
paths: paths:
- build/* - build/*