mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
release script issues
This commit is contained in:
parent
9c4fa4260a
commit
3e373677bc
2 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-exe.yml
vendored
1
.github/workflows/publish-exe.yml
vendored
|
@ -63,6 +63,7 @@ jobs:
|
||||||
cargo build --all-features --release --target ${{ matrix.target }}
|
cargo build --all-features --release --target ${{ matrix.target }}
|
||||||
fi
|
fi
|
||||||
if [[ "${{ matrix.host_os }}" == "windows-latest" ]]; then
|
if [[ "${{ matrix.host_os }}" == "windows-latest" ]]; then
|
||||||
|
powershell Get-ChildItem -Path target/${{ matrix.target }}/release/tun2proxy.exe, README.md, target/${{ matrix.target }}/release/wintun.dll | ForEach-Object { $_.LastWriteTime = Get-Date }
|
||||||
powershell Compress-Archive -Path target/${{ matrix.target }}/release/tun2proxy.exe, README.md, target/${{ matrix.target }}/release/wintun.dll -DestinationPath publishdir/tun2proxy-${{ matrix.target }}.zip
|
powershell Compress-Archive -Path target/${{ matrix.target }}/release/tun2proxy.exe, README.md, target/${{ matrix.target }}/release/wintun.dll -DestinationPath publishdir/tun2proxy-${{ matrix.target }}.zip
|
||||||
elif [[ "${{ matrix.host_os }}" == "macos-latest" ]]; then
|
elif [[ "${{ matrix.host_os }}" == "macos-latest" ]]; then
|
||||||
zip -j publishdir/tun2proxy-${{ matrix.target }}.zip target/${{ matrix.target }}/release/tun2proxy README.md
|
zip -j publishdir/tun2proxy-${{ matrix.target }}.zip target/${{ matrix.target }}/release/tun2proxy README.md
|
||||||
|
|
BIN
publishdir/tun2proxy-x86_64-pc-windows-msvc.zip
Normal file
BIN
publishdir/tun2proxy-x86_64-pc-windows-msvc.zip
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue