Add publishing to single file

This commit is contained in:
Daniel_I_Am 2020-08-16 20:26:58 +02:00
parent 29fafdabcb
commit 08c9df9aba
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -73,7 +73,7 @@ release:
- hawkeye - hawkeye
script: script:
- 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY' - 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY'
- 'dotnet publish -c Release --runtime linux-musl-x64 -o build ChaosBot' - 'dotnet publish -c Release --runtime linux-musl-x64 -o build -p:PublishSingleFile=true ChaosBot'
artifacts: artifacts:
paths: paths:
- build/* - build/*