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 3ad0d34 commit e3c6e54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
build:
name: Build
runs-on: windows-latest
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.com
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -59,9 +61,8 @@ jobs:
uses: microsoft/setup-msbuild@v2
- name: Deploy application
shell: cmd
run: $MSBUILD_PATH VDownload.sln /Deploy Release
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.com
run: |
"$MSBUILD_PATH" VDownload.sln /Deploy Release
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e3c6e54

Please sign in to comment.