Skip to content

Commit

Permalink
Merge pull request #1427 from MarksonHon/main
Browse files Browse the repository at this point in the history
ci: add separated singtun workflow
  • Loading branch information
MarksonHon committed Jun 19, 2024
2 parents 62c14cc + e8f0d23 commit b24346f
Show file tree
Hide file tree
Showing 7 changed files with 837 additions and 185 deletions.
449 changes: 449 additions & 0 deletions .github/workflows/beta_release_main.yml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
Build_v2rayA_Web:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'yarn'
Expand All @@ -30,7 +30,7 @@ jobs:
echo "Use tar to generate web.tar.gz..."
tar -zcvf web.tar.gz web/
- name: Upload Zip File to Artifacts
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
path: web/*
name: web
Expand All @@ -42,16 +42,16 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
needs: Build_v2rayA_Web
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download Artifact
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4
with:
name: web
path: service/server/router/web
- name: Set up Go
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5
with:
cache-dependency-path: |
service/go.mod
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
- name: Upload Zip File to Artifacts
uses: nanoufo/action-upload-artifacts-and-release-assets@v2
with:
path: v2raya_bin/*
path: v2raya_bin/*
Loading

0 comments on commit b24346f

Please sign in to comment.