Skip to content

Commit

Permalink
somehow removed ios
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Sep 30, 2023
1 parent fa9c059 commit 1d44fbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/native-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
os: macOS-13
arch: arm64
preset: macOS-arm64
- ext: dylib
prefix: lib
dist: iOS
os: macOS-13
arch: arm64
preset: ios-arm64
- ext: dll
dist: win
os: windows-2022
Expand Down Expand Up @@ -175,6 +181,7 @@ jobs:
echo "creating the RIDs"
mkdir -p ${{github.workspace}}/runtimes/osx-x64/native
mkdir -p ${{github.workspace}}/runtimes/osx-arm64/native
mkdir -p ${{github.workspace}}/runtimes/ios-arm64/native
mkdir -p ${{github.workspace}}/runtimes/linux-arm/native
mkdir -p ${{github.workspace}}/runtimes/linux-arm64/native
mkdir -p ${{github.workspace}}/runtimes/linux-x64/native
Expand All @@ -183,6 +190,7 @@ jobs:
echo "moving the build libraries to the RIDs"
mv ${{github.workspace}}/native/macos.x64.libziti4dotnet.dylib/libziti4dotnet.dylib ${{github.workspace}}/runtimes/osx-x64/native
mv ${{github.workspace}}/native/macos.arm64.libziti4dotnet.dylib/libziti4dotnet.dylib ${{github.workspace}}/runtimes/osx-arm64/native
mv ${{github.workspace}}/native/iOS.arm64.libziti4dotnet.dylib/libziti4dotnet.dylib ${{github.workspace}}/runtimes/ios-arm64/native
mv ${{github.workspace}}/native/Linux-arm64.arm64.libziti4dotnet.so/libziti4dotnet.so ${{github.workspace}}/runtimes/linux-arm64/native
mv ${{github.workspace}}/native/Linux-arm.arm.libziti4dotnet.so/libziti4dotnet.so ${{github.workspace}}/runtimes/linux-arm/native
mv ${{github.workspace}}/native/linux.x64.libziti4dotnet.so/libziti4dotnet.so ${{github.workspace}}/runtimes/linux-x64/native
Expand Down

0 comments on commit 1d44fbd

Please sign in to comment.