libragephoto: update .NET version to 0.6.1.4

- GitHub Actions: fix Windows .NET build (2nd try)
This commit is contained in:
Syping 2025-10-15 17:40:25 +02:00
parent a8d5482226
commit a2e75a6b3e

View file

@ -56,15 +56,12 @@ jobs:
- name: Copy Assets - name: Copy Assets
shell: pwsh shell: pwsh
run: | run: |
mkdir -p ${{github.workspace}}\src\dotnet\runtimes\win-arm64\native \ mkdir -p ${{github.workspace}}\src\dotnet\runtimes\win-arm64\native
${{github.workspace}}\src\dotnet\runtimes\win-x64\native \ mkdir -p ${{github.workspace}}\src\dotnet\runtimes\win-x64\native
${{github.workspace}}\src\dotnet\runtimes\win-x86\native mkdir -p ${{github.workspace}}\src\dotnet\runtimes\win-x86\native
cp ${{github.workspace}}\assets\amd64_arm64\bin\libragephoto.dll \ cp ${{github.workspace}}\assets\amd64_arm64\bin\libragephoto.dll ${{github.workspace}}\src\dotnet\runtimes\win-arm64\native\libragephoto.dll
${{github.workspace}}\src\dotnet\runtimes\win-arm64\native\libragephoto.dll cp ${{github.workspace}}\assets\amd64\bin\libragephoto.dll ${{github.workspace}}\src\dotnet\runtimes\win-x64\native\libragephoto.dll
cp ${{github.workspace}}\assets\amd64\bin\libragephoto.dll \ cp ${{github.workspace}}\assets\amd64_x86\bin\libragephoto.dll ${{github.workspace}}\src\dotnet\runtimes\win-x86\native\libragephoto.dll
${{github.workspace}}\src\dotnet\runtimes\win-x64\native\libragephoto.dll
cp ${{github.workspace}}\assets\amd64_x86\bin\libragephoto.dll \
${{github.workspace}}\src\dotnet\runtimes\win-x86\native\libragephoto.dll
- name: Setup MSBuild - name: Setup MSBuild
uses: microsoft/setup-msbuild@v2 uses: microsoft/setup-msbuild@v2
- name: Setup .NET - name: Setup .NET