mirror of https://github.com/2dust/v2rayN
update build
parent
8ee00907b7
commit
d4eb8e59a6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue