mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
ci: fix linux packages version
This commit is contained in:
parent
0cdeb7ad08
commit
3ff1834708
1
.github/workflows/beta_release_main.yml
vendored
1
.github/workflows/beta_release_main.yml
vendored
@ -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:
|
||||
|
13
.github/workflows/release_main.yml
vendored
13
.github/workflows/release_main.yml
vendored
@ -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:
|
||||
@ -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: |
|
||||
@ -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:
|
||||
@ -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:
|
||||
@ -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:
|
||||
@ -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:
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user