mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 06:22:45 +00:00
Bump version 0.2.15
This commit is contained in:
parent
4adc38c726
commit
ce0c02b3bf
9 changed files with 58 additions and 8 deletions
2
.github/workflows/publish-exe.yml
vendored
2
.github/workflows/publish-exe.yml
vendored
|
@ -70,6 +70,8 @@ jobs:
|
|||
elif [[ "${{ matrix.host_os }}" == "macos-latest" ]]; then
|
||||
zip -j mypubdir4/tun2proxy-${{ matrix.target }}.zip target/${{ matrix.target }}/release/tun2proxy README.md target/tun2proxy-ffi.h target/${{ matrix.target }}/release/libtun2proxy.dylib
|
||||
if [[ "${{ matrix.target }}" == "x86_64-apple-darwin" ]]; then
|
||||
./build-aarch64-apple-ios.sh
|
||||
zip -r mypubdir4/tun2proxy-aarch64-apple-ios-xcframework.zip ./tun2proxy.xcframework/
|
||||
./build-apple.sh
|
||||
zip -r mypubdir4/tun2proxy-apple-xcframework.zip ./tun2proxy.xcframework/
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue