Merge branch 'develop' into 'master'

Update .gitlab-ci.yml

See merge request discord-bots/chaosbot!19
This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-08-15 13:34:22 -04:00
commit 9b890aa7ba

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