update build

pull/6333/head
2dust 2024-12-23 17:39:50 +08:00
parent 8ee00907b7
commit d4eb8e59a6
3 changed files with 7 additions and 3 deletions

View File

@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: cd v2rayN &&
run: |
cd v2rayN
chmod 755 build-linux.sh
./build-linux.sh
- name: Upload build artifacts

View File

@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: cd v2rayN &&
run: |
cd v2rayN
chmod 755 build-osx.sh
./build-osx.sh
- name: Upload build artifacts

View File

@ -3,7 +3,7 @@ param (
[ValidateNotNullOrEmpty()]
[string]
$OutputPathWin64 = './bin/v2rayN/win-x64',
$OutputPathWinArm64 = './bin/v2rayN/win-arm64',
$OutputPathWinArm64 = './bin/v2rayN/win-arm64'
)
Write-Host 'Building Windows'