Skip to content

Commit

Permalink
ci: fix linux packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon authored and Markson Hon committed Jun 19, 2024
1 parent 0cdeb7a commit 3ff1834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/beta_release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ jobs:
path: |
fpm_packages/*
GitHub_Release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-22.04
needs: [Build_v2rayA_Binaries, Build_Windows_Installers, Build_Linux_Packages, Build_v2rayA_SingTun_Binaries]
steps:
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ jobs:
path: |
fpm_packages/*
GitHub_Release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-22.04
needs: [Build_v2rayA_Binaries, Build_Windows_Installers, Build_Linux_Packages, Build_v2rayA_SingTun_Binaries]
steps:
Expand Down Expand Up @@ -463,7 +462,7 @@ jobs:
--data '{"purge_everything":true}'
Build_v2ray_Debian_Packages:
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Install Tools
run: |
Expand Down Expand Up @@ -619,7 +618,7 @@ jobs:
Build_APT_Repository_and_AUR:
runs-on: ubuntu-22.04
needs: [Build_v2rayA_Binaries, Build_Linux_Packages, Build_v2ray_Debian_Packages]
if: startsWith(github.ref, 'refs/tags/v')

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -700,7 +699,7 @@ jobs:
Release_to_Homebrew:
runs-on: ubuntu-22.04
needs: [Build_v2rayA_Binaries]
if: startsWith(github.ref, 'refs/tags/v')

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -754,7 +753,7 @@ jobs:
Release_v2rayA_to_Docker:
runs-on: ubuntu-22.04
needs: [GitHub_Release]
if: startsWith(github.ref, 'refs/tags/v')

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -807,7 +806,7 @@ jobs:
Release_v2rayA_GUI_to_Docker:
runs-on: ubuntu-22.04
needs: [Build_v2rayA_Web]
if: startsWith(github.ref, 'refs/tags/v')

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -860,7 +859,7 @@ jobs:
Submit_to_Microsoft_winget:
runs-on: windows-latest
needs: [GitHub_Release]
if: startsWith(github.ref, 'refs/tags/v')

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3ff1834

Please sign in to comment.