Update push_master.yml

This commit is contained in:
2024-03-11 18:03:50 +01:00
committed by GitHub
Unverified
parent 7cf221b9bd
commit 431c3d5118

View File

@@ -55,10 +55,10 @@ jobs:
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 8.0.x dotnet-version: 8.0.x
- name: Create the app - name: Build application
run: dotnet build /p:Configuration=Release /p:Platform=x64 -o bin run: dotnet build /p:Configuration=Release /p:Platform=x64 -o bin
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: build name: build
path: VDownload\\bin path: bin