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 4fa78cc commit dfc9391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v2
- name: Deploy application
run: devenv VDownload.sln /Deploy Release
run: |
$devenv = & vswhere.exe '-property' productPath
Start-Process -FilePath $devenv -ArgumentList 'VDownload.sln /Deploy Release' -Wait
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit dfc9391

Please sign in to comment.