This commit is contained in:
HolographicHat
2023-08-27 11:39:40 +08:00
committed by GitHub
parent 5805070627
commit b12c3209d7

View File

@@ -20,7 +20,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore
- name: Publish
run: dotnet publish --property:OutputPath=.\publish\
- name: Upload artifact