libragephoto 0.6.1 release
- fix nuget package
This commit is contained in:
parent
532273bf70
commit
d38a464232
1 changed files with 6 additions and 6 deletions
12
.github/workflows/windows-dotnet.yml
vendored
12
.github/workflows/windows-dotnet.yml
vendored
|
@ -55,15 +55,15 @@ jobs:
|
||||||
path: assets/amd64_arm64
|
path: assets/amd64_arm64
|
||||||
- name: Copy Runtime Assets
|
- name: Copy Runtime Assets
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ${{github.workspace}}/src/dotnet/runtimes/win-arm64 \
|
mkdir -p ${{github.workspace}}/src/dotnet/runtimes/win-arm64/native \
|
||||||
${{github.workspace}}/src/dotnet/runtimes/win-x64 \
|
${{github.workspace}}/src/dotnet/runtimes/win-x64/native \
|
||||||
${{github.workspace}}/src/dotnet/runtimes/win-x86
|
${{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/libragephoto.dll
|
${{github.workspace}}/src/dotnet/runtimes/win-arm64/native/libragephoto.dll
|
||||||
cp ${{github.workspace}}/assets/amd64/bin/libragephoto.dll \
|
cp ${{github.workspace}}/assets/amd64/bin/libragephoto.dll \
|
||||||
${{github.workspace}}/src/dotnet/runtimes/win-x64/libragephoto.dll
|
${{github.workspace}}/src/dotnet/runtimes/win-x64/native/libragephoto.dll
|
||||||
cp ${{github.workspace}}/assets/amd64_x86/bin/libragephoto.dll \
|
cp ${{github.workspace}}/assets/amd64_x86/bin/libragephoto.dll \
|
||||||
${{github.workspace}}/src/dotnet/runtimes/win-x86/libragephoto.dll
|
${{github.workspace}}/src/dotnet/runtimes/win-x86/native/libragephoto.dll
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue