Skip to content

Commit

Permalink
fix native build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awakecoding committed Apr 28, 2023
1 parent d1830c9 commit f1ee5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
cmake -G "Visual Studio 17 2022" -A $MsvcArch -DWITH_DOTNET=OFF -B $BuildDir
cmake --build $BuildDir --config Release
New-Item -ItemType Directory -Path "dependencies/MsRdpEx/$ArchDir" | Out-Null
Copy-Item "$BuildDir/Release/MsRdpEx.dll" "dependencies/MsRdpEx/$ArchDir"
Copy-Item "$BuildDir/Release/MsRdpEx.exe" "dependencies/MsRdpEx/$ArchDir"
Copy-Item "$BuildDir/Release/MsRdpEx.dll" "dependencies/MsRdpEx/$ArchDir/MsRdpEx.dll"
Copy-Item "$BuildDir/Release/MsRdpEx_Exe.exe" "dependencies/MsRdpEx/$ArchDir/MsRdpEx.exe"
- name: Upload MsRdpEx (${{matrix.arch}})
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f1ee5ac

Please sign in to comment.