Merge branch 'develop' into 'master'

Update .gitlab-ci.yml

See merge request discord-bots/chaosbot!18
This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-08-15 13:26:13 -04:00
commit cb760ca752

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' - 'dotnet publish -c Release -r linux-musl-x64 -o ../build --self-contained true /p:useapphost=true'
artifacts: artifacts:
paths: paths:
- build/* - build/*