Update push_master.yml
This commit is contained in:
6
.github/workflows/push_master.yml
vendored
6
.github/workflows/push_master.yml
vendored
@@ -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: Build application
|
- name: Deploy application
|
||||||
run: dotnet build /p:Configuration=Release /p:Platform=x64 -o bin
|
run: devenv VDownload.sln /Deploy Release
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: bin
|
path: VDownload\bin\x64\Release\net8.0-windows10.0.19041.0\win-x64
|
||||||
|
|||||||
Reference in New Issue
Block a user