update build
This commit is contained in:
32
.github/workflows/build-linux.yml
vendored
Normal file
32
.github/workflows/build-linux.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
name: release Linux
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
configuration: [Release]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: cd v2rayN &&
|
||||
./build-linux.sh
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: v2rayN-linux
|
||||
path: |
|
||||
./v2rayN/v2rayN-linux.zip
|
||||
|
||||
|
||||
2
.github/workflows/build-osx.yml
vendored
2
.github/workflows/build-osx.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: release macos
|
||||
name: release macOS
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: release
|
||||
name: release Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -35,18 +35,7 @@ jobs:
|
||||
name: v2rayN-windows-arm64
|
||||
path: |
|
||||
./v2rayN/v2rayN-windows-arm64.zip
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: v2rayN-linux-64
|
||||
path: |
|
||||
./v2rayN/v2rayN-linux-64.zip
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: v2rayN-linux-arm64
|
||||
path: |
|
||||
./v2rayN/v2rayN-linux-arm64.zip
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user