Skip to content

Commit

Permalink
Update push_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszskoczek authored Mar 11, 2024
1 parent 431c3d5 commit d91d56b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build application
run: dotnet build /p:Configuration=Release /p:Platform=x64 -o bin
- name: Deploy application
run: devenv VDownload.sln /Deploy Release
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: build
path: bin
path: VDownload\bin\x64\Release\net8.0-windows10.0.19041.0\win-x64

0 comments on commit d91d56b

Please sign in to comment.