libragephoto: update .NET version to 0.6.1.4
- GitHub Actions: fix Windows .NET build (2nd try)
This commit is contained in:
parent
a8d5482226
commit
a2e75a6b3e
1 changed files with 6 additions and 9 deletions
15
.github/workflows/windows-dotnet.yml
vendored
15
.github/workflows/windows-dotnet.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue