Update .gitlab-ci.yml file

This commit is contained in:
Michael Nolan 2023-09-04 21:28:43 +00:00
parent 4f24a475eb
commit 14b61b820b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ build:
only:
- master
artifacts:
path:
paths:
- publish/ArtifactTest
script:
- cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release