mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-27 14:29:08 -04:00
Deb: update version
This commit is contained in:
3
.github/workflows/deb.yml
vendored
3
.github/workflows/deb.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
@@ -49,7 +49,6 @@ jobs:
|
||||
path: ./*.deb
|
||||
|
||||
- name: Setup Repository
|
||||
if: github.event_name == 'release'
|
||||
run: |
|
||||
git clone https://github.com/v2fly/debian.git archive
|
||||
echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key
|
||||
|
||||
Reference in New Issue
Block a user