1
0
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:
kslr
2021-01-04 22:15:22 +08:00
parent a6efb4d60b
commit 52f158d054
3 changed files with 16 additions and 5 deletions

View File

@@ -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