Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectatorBH authored May 22, 2021
1 parent cb754a4 commit 57c9b3e
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 @@ -37,7 +37,7 @@ jobs:
# path: x64/Release/rawccopy.exe

- name: Combine x86/x64 binaries under Release dir...
run: cmd echo f | xcopy x64\Release\rawccopy.exe Release\rawccopy_x64.exe && del Release\*.pdb
run: echo f | xcopy x64\Release\rawccopy.exe Release\rawccopy_x64.exe && del Release\*.pdb

- name: Publish binaries...
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 57c9b3e

Please sign in to comment.