Skip to content

Commit

Permalink
Wow - 2nd arg should be only name and not path
Browse files Browse the repository at this point in the history
  • Loading branch information
hn-88 authored Dec 15, 2023
1 parent 4a98ded commit 5c6f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "x64\Release\x64Win10.exe" -NewName "x64\Release\pan2fulldome-1.10-x64Win10.exe"
Rename-Item "x64\Release\x64Win10.exe" -NewName "pan2fulldome-1.10-x64Win10.exe"
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 5c6f91f

Please sign in to comment.