Update build.yml

This commit is contained in:
Emotion 2022-05-21 02:17:30 +12:00 committed by GitHub
parent bc1b0083e0
commit 016bcb3165
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,14 +62,14 @@ jobs:
build-configuration: Release
# (Optional) The path of the project to build; if omitted, the whole solution is built
path: '/SupportChild/SupportChild.csproj'
path: 'SupportChild/SupportChild.csproj'
- uses: EasyDesk/action-dotnet-publish@v1
with:
# (Optional) The path to the project that should be published.
# If not specified, defaults to '.'.
path: './SupportChild/SupportChild.csproj'
path: 'SupportChild/SupportChild.csproj'
# (Optional) Additional command line arguments to be passed to 'dotnet test'.
# If not specified, defaults to 'packages'.