Skip to content

Commit

Permalink
Update msbuild version and correct rename-item syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hn-88 authored Dec 15, 2023
1 parent 78cf5ba commit 4a98ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.3.1

- name: Cache OpenCV
uses: actions/[email protected]
Expand All @@ -55,7 +55,7 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
msbuild /m /p:Platform=x64 /p:Configuration=Release ${{env.SOLUTION_FILE_PATH}}
Rename-Item -Path "x64\Release\x64Win10.exe" "x64\Release\pan2fulldome-1.10-x64Win10.exe"
Rename-Item "x64\Release\x64Win10.exe" -NewName "x64\Release\pan2fulldome-1.10-x64Win10.exe"
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 4a98ded

Please sign in to comment.