Update On Mon Dec 23 19:32:43 CET 2024

This commit is contained in:
github-action[bot]
2024-12-23 19:32:43 +01:00
parent fc9aaeb2f3
commit 0d64258f17
83 changed files with 2191 additions and 1764 deletions
+34
View File
@@ -0,0 +1,34 @@
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
chmod 755 build-linux.sh
./build-linux.sh
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: v2rayN-linux
path: |
./v2rayN/v2rayN-linux.zip