build fix

This commit is contained in:
2024-03-12 00:16:21 +01:00
Unverified
parent 656d3854b6
commit fa71543773
4 changed files with 88 additions and 73 deletions

View File

@@ -57,14 +57,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Setup msbuild
uses: microsoft/setup-msbuild@v2
- name: Deploy application
shell: cmd
run: |
"%MSBUILD_PATH%" VDownload.sln /Deploy Release
- name: Build application
run: dotnet build -o build
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: build
path: bin
path: build