Update push_master.yml
This commit is contained in:
4
.github/workflows/push_master.yml
vendored
4
.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: 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
|
||||||
|
|||||||
Reference in New Issue
Block a user